Class: Aws::Route53::Types::GetHostedZoneResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb

Overview

A complex type that contain the response to a GetHostedZone request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delegation_setTypes::DelegationSet

A complex type that lists the Amazon Route 53 name servers for the specified hosted zone.



2967
2968
2969
2970
2971
2972
2973
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 2967

class GetHostedZoneResponse < Struct.new(
  :hosted_zone,
  :delegation_set,
  :vp_cs)
  SENSITIVE = []
  include Aws::Structure
end

#hosted_zoneTypes::HostedZone

A complex type that contains general information about the specified hosted zone.

Returns:



2967
2968
2969
2970
2971
2972
2973
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 2967

class GetHostedZoneResponse < Struct.new(
  :hosted_zone,
  :delegation_set,
  :vp_cs)
  SENSITIVE = []
  include Aws::Structure
end

#vp_csArray<Types::VPC>

A complex type that contains information about the VPCs that are associated with the specified hosted zone.

Returns:



2967
2968
2969
2970
2971
2972
2973
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 2967

class GetHostedZoneResponse < Struct.new(
  :hosted_zone,
  :delegation_set,
  :vp_cs)
  SENSITIVE = []
  include Aws::Structure
end