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`.
4614 4615 4616 4617 4618 4619 |
# File 'lib/aws-sdk-appsync/types.rb', line 4614 class UpdateDomainNameRequest < Struct.new( :domain_name, :description) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The domain name.
4614 4615 4616 4617 4618 4619 |
# File 'lib/aws-sdk-appsync/types.rb', line 4614 class UpdateDomainNameRequest < Struct.new( :domain_name, :description) SENSITIVE = [] include Aws::Structure end |