Class: Aws::AppSync::Types::CreateDomainNameResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::CreateDomainNameResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name_config ⇒ Types::DomainNameConfig
The configuration for the ‘DomainName`.
Instance Attribute Details
#domain_name_config ⇒ Types::DomainNameConfig
The configuration for the ‘DomainName`.
1277 1278 1279 1280 1281 |
# File 'lib/aws-sdk-appsync/types.rb', line 1277 class CreateDomainNameResponse < Struct.new( :domain_name_config) SENSITIVE = [] include Aws::Structure end |