Class: Aws::AppSync::Types::CreateDomainNameResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::CreateDomainNameResponse
- Defined in:
- gems/aws-sdk-appsync/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
.
1287 1288 1289 1290 1291 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1287 class CreateDomainNameResponse < Struct.new( :domain_name_config) SENSITIVE = [] include Aws::Structure end |