Class: Aws::AppSync::Types::GetDomainNameResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::GetDomainNameResponse
- 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
.
3002 3003 3004 3005 3006 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3002 class GetDomainNameResponse < Struct.new( :domain_name_config) SENSITIVE = [] include Aws::Structure end |