Class: Aws::Route53Domains::Types::GetDomainDetailRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-route53domains/types.rb

Overview

The GetDomainDetail request includes the following element.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The name of the domain that you want to get detailed information about.

Returns:

  • (String)


1507
1508
1509
1510
1511
# File 'lib/aws-sdk-route53domains/types.rb', line 1507

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