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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


4492
4493
4494
4495
4496
4497
# File 'lib/aws-sdk-route53globalresolver/types.rb', line 4492

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)


4492
4493
4494
4495
4496
4497
# File 'lib/aws-sdk-route53globalresolver/types.rb', line 4492

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