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)


3023
3024
3025
3026
3027
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3023

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