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.
1804 1805 1806 1807 1808 |
# File 'lib/aws-sdk-appsync/types.rb', line 1804 class DisassociateApiRequest < Struct.new( :domain_name) SENSITIVE = [] include Aws::Structure end |