Class: Aws::AppSync::Types::DisassociateApiRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::DisassociateApiRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The domain name.
Instance Attribute Details
#domain_name ⇒ String
The domain name.
2159 2160 2161 2162 2163 |
# File 'lib/aws-sdk-appsync/types.rb', line 2159 class DisassociateApiRequest < Struct.new( :domain_name) SENSITIVE = [] include Aws::Structure end |