Class: Aws::Route53GlobalResolver::Types::UpdateHostedZoneAssociationOutput

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

#created_atTime

The time and date the private hosted zone association was created.

Returns:

  • (Time)


4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4447

class UpdateHostedZoneAssociationOutput < Struct.new(
  :id,
  :resource_arn,
  :hosted_zone_id,
  :hosted_zone_name,
  :name,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#hosted_zone_idString

The ID of the private hosted zone.

Returns:

  • (String)


4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4447

class UpdateHostedZoneAssociationOutput < Struct.new(
  :id,
  :resource_arn,
  :hosted_zone_id,
  :hosted_zone_name,
  :name,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#hosted_zone_nameString

The name of the domain associated with the private hosted zone.

Returns:

  • (String)


4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4447

class UpdateHostedZoneAssociationOutput < Struct.new(
  :id,
  :resource_arn,
  :hosted_zone_id,
  :hosted_zone_name,
  :name,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the private hosted zone association.

Returns:

  • (String)


4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4447

class UpdateHostedZoneAssociationOutput < Struct.new(
  :id,
  :resource_arn,
  :hosted_zone_id,
  :hosted_zone_name,
  :name,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the private hosted zone association.

Returns:

  • (String)


4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4447

class UpdateHostedZoneAssociationOutput < Struct.new(
  :id,
  :resource_arn,
  :hosted_zone_id,
  :hosted_zone_name,
  :name,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The Amazon Resource Name (ARN) of the private hosted zone association.

Returns:

  • (String)


4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4447

class UpdateHostedZoneAssociationOutput < Struct.new(
  :id,
  :resource_arn,
  :hosted_zone_id,
  :hosted_zone_name,
  :name,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The operational status of the private hosted zone association.

Returns:

  • (String)


4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4447

class UpdateHostedZoneAssociationOutput < Struct.new(
  :id,
  :resource_arn,
  :hosted_zone_id,
  :hosted_zone_name,
  :name,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The time and date the private hosted zone association was updated.

Returns:

  • (Time)


4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4447

class UpdateHostedZoneAssociationOutput < Struct.new(
  :id,
  :resource_arn,
  :hosted_zone_id,
  :hosted_zone_name,
  :name,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end