Class: Aws::APIGateway::Types::GetDomainNameRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#domain_nameString

The name of the DomainName resource.

Returns:

  • (String)


2469
2470
2471
2472
2473
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2469

class GetDomainNameRequest < Struct.new(
  :domain_name)
  SENSITIVE = []
  include Aws::Structure
end