Class: Aws::AppSync::Types::UpdateDomainNameRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::UpdateDomainNameRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description of the ‘DomainName`.
-
#domain_name ⇒ String
The domain name.
Instance Attribute Details
#description ⇒ String
A description of the ‘DomainName`.
5234 5235 5236 5237 5238 5239 |
# File 'lib/aws-sdk-appsync/types.rb', line 5234 class UpdateDomainNameRequest < Struct.new( :domain_name, :description) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The domain name.
5234 5235 5236 5237 5238 5239 |
# File 'lib/aws-sdk-appsync/types.rb', line 5234 class UpdateDomainNameRequest < Struct.new( :domain_name, :description) SENSITIVE = [] include Aws::Structure end |