Class: Aws::AppSync::Types::UpdateDomainNameResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::UpdateDomainNameResponse
- 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`.
5247 5248 5249 5250 5251 |
# File 'lib/aws-sdk-appsync/types.rb', line 5247 class UpdateDomainNameResponse < Struct.new( :domain_name_config) SENSITIVE = [] include Aws::Structure end |