Class: Aws::Route53::Types::ListVPCAssociationAuthorizationsResponse

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

Overview

A complex type that contains the response information for the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hosted_zone_idString

The ID of the hosted zone that you can associate the listed VPCs with.

Returns:

  • (String)


6010
6011
6012
6013
6014
6015
6016
# File 'lib/aws-sdk-route53/types.rb', line 6010

class ListVPCAssociationAuthorizationsResponse < Struct.new(
  :hosted_zone_id,
  :next_token,
  :vp_cs)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

When the response includes a ‘NextToken` element, there are more VPCs that can be associated with the specified hosted zone. To get the next page of VPCs, submit another `ListVPCAssociationAuthorizations` request, and include the value of the `NextToken` element from the response in the `nexttoken` request parameter.

Returns:

  • (String)


6010
6011
6012
6013
6014
6015
6016
# File 'lib/aws-sdk-route53/types.rb', line 6010

class ListVPCAssociationAuthorizationsResponse < Struct.new(
  :hosted_zone_id,
  :next_token,
  :vp_cs)
  SENSITIVE = []
  include Aws::Structure
end

#vp_csArray<Types::VPC>

The list of VPCs that are authorized to be associated with the specified hosted zone.

Returns:



6010
6011
6012
6013
6014
6015
6016
# File 'lib/aws-sdk-route53/types.rb', line 6010

class ListVPCAssociationAuthorizationsResponse < Struct.new(
  :hosted_zone_id,
  :next_token,
  :vp_cs)
  SENSITIVE = []
  include Aws::Structure
end