Class: Aws::AppSync::Types::GetDomainNameRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::GetDomainNameRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The domain name.
Instance Attribute Details
#domain_name ⇒ String
The domain name.
2985 2986 2987 2988 2989 |
# File 'lib/aws-sdk-appsync/types.rb', line 2985 class GetDomainNameRequest < Struct.new( :domain_name) SENSITIVE = [] include Aws::Structure end |