Class: Aws::AppSync::Types::DeleteGraphqlApiRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::DeleteGraphqlApiRequest
- Defined in:
- gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_id ⇒ String
The API ID.
Instance Attribute Details
#api_id ⇒ String
The API ID.
2084 2085 2086 2087 2088 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2084 class DeleteGraphqlApiRequest < Struct.new( :api_id) SENSITIVE = [] include Aws::Structure end |