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.
2162 2163 2164 2165 2166 |
# File 'lib/aws-sdk-appsync/types.rb', line 2162 class DisassociateApiRequest < Struct.new( :domain_name) SENSITIVE = [] include Aws::Structure end |