Class: Aws::Route53Domains::Types::GetDomainDetailRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::GetDomainDetailRequest
- 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
-
#domain_name ⇒ String
The name of the domain that you want to get detailed information about.
Instance Attribute Details
#domain_name ⇒ String
The name of the domain that you want to get detailed information about.
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 |