Class: Aws::Route53GlobalResolver::Types::UpdateHostedZoneAssociationInput

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

The ID of the private hosted zone association.

Returns:

  • (String)


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

#nameString

The name you want to update the hosted zone association to.

Returns:

  • (String)


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