Class: Aws::Route53::Types::GetHostedZoneRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53/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

Instance Attribute Details

#idString

The ID of the hosted zone that you want to get information about.

Returns:

  • (String)


2942
2943
2944
2945
2946
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 2942

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