Class: Aws::Route53::Types::GetHostedZoneRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::GetHostedZoneRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53/types.rb
Overview
A request to get information about a specified hosted zone.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the hosted zone that you want to get information about.
Instance Attribute Details
#id ⇒ String
The ID of the hosted zone that you want to get information about.
2940 2941 2942 2943 2944 |
# File 'lib/aws-sdk-route53/types.rb', line 2940 class GetHostedZoneRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |