Class: Aws::Route53GlobalResolver::Types::UpdateHostedZoneAssociationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53GlobalResolver::Types::UpdateHostedZoneAssociationInput
- 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
The ID of the private hosted zone association.
-
#name ⇒ String
The name you want to update the hosted zone association to.
Instance Attribute Details
#hosted_zone_association_id ⇒ String
The ID of the private hosted zone association.
4405 4406 4407 4408 4409 4410 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4405 class UpdateHostedZoneAssociationInput < Struct.new( :hosted_zone_association_id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name you want to update the hosted zone association to.
4405 4406 4407 4408 4409 4410 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4405 class UpdateHostedZoneAssociationInput < Struct.new( :hosted_zone_association_id, :name) SENSITIVE = [] include Aws::Structure end |