Class: Aws::Route53GlobalResolver::Types::GetHostedZoneAssociationInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hosted_zone_association_idString

ID of the private hosted zone association.

Returns:

  • (String)


2976
2977
2978
2979
2980
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2976

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