Class: Aws::APIGateway::Types::GetDomainNameRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::GetDomainNameRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
Request to get the name of a DomainName resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The name of the DomainName resource.
Instance Attribute Details
#domain_name ⇒ String
The name of the DomainName resource.
2469 2470 2471 2472 2473 |
# File 'lib/aws-sdk-apigateway/types.rb', line 2469 class GetDomainNameRequest < Struct.new( :domain_name) SENSITIVE = [] include Aws::Structure end |