Class: Aws::Route53GlobalResolver::Types::GetHostedZoneAssociationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53GlobalResolver::Types::GetHostedZoneAssociationInput
- Defined in:
- gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hosted_zone_association_id ⇒ String
ID of the private hosted zone association.
Instance Attribute Details
#hosted_zone_association_id ⇒ String
ID of the private hosted zone association.
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 |