Class: Aws::Route53::Types::GetHostedZoneRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::GetHostedZoneRequest
- Defined in:
- gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb
Overview
Note:
When making an API call, you may pass GetHostedZoneRequest data as a hash:
{
id: "ResourceId", # required
}
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.
3351 3352 3353 3354 3355 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 3351 class GetHostedZoneRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |