Class: Aws::AppSync::Types::DeleteApiRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::DeleteApiRequest
- Includes:
- Structure
- Defined in:
- 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.
1976 1977 1978 1979 1980 |
# File 'lib/aws-sdk-appsync/types.rb', line 1976 class DeleteApiRequest < Struct.new( :api_id) SENSITIVE = [] include Aws::Structure end |