Class: Aws::APIGateway::Types::GetDomainNameRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::GetDomainNameRequest
- Defined in:
- gems/aws-sdk-apigateway/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.
-
#domain_name_id ⇒ String
The identifier for the domain name resource.
Instance Attribute Details
#domain_name ⇒ String
The name of the DomainName resource.
2652 2653 2654 2655 2656 2657 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2652 class GetDomainNameRequest < Struct.new( :domain_name, :domain_name_id) SENSITIVE = [] include Aws::Structure end |
#domain_name_id ⇒ String
The identifier for the domain name resource. Supported only for private custom domain names.
2652 2653 2654 2655 2656 2657 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2652 class GetDomainNameRequest < Struct.new( :domain_name, :domain_name_id) SENSITIVE = [] include Aws::Structure end |