Class: Aws::Route53GlobalResolver::Types::UpdateHostedZoneAssociationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53GlobalResolver::Types::UpdateHostedZoneAssociationOutput
- Defined in:
- gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The time and date the private hosted zone association was created.
-
#hosted_zone_id ⇒ String
The ID of the private hosted zone.
-
#hosted_zone_name ⇒ String
The name of the domain associated with the private hosted zone.
-
#id ⇒ String
The ID of the private hosted zone association.
-
#name ⇒ String
The name of the private hosted zone association.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the private hosted zone association.
-
#status ⇒ String
The operational status of the private hosted zone association.
-
#updated_at ⇒ Time
The time and date the private hosted zone association was updated.
Instance Attribute Details
#created_at ⇒ Time
The time and date the private hosted zone association was created.
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_id ⇒ String
The ID of the private hosted zone.
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_name ⇒ String
The name of the domain associated with the private hosted zone.
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 |
#id ⇒ String
The ID of the private hosted zone association.
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 |
#name ⇒ String
The name of the private hosted zone association.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the private hosted zone association.
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 |
#status ⇒ String
The operational status of the private hosted zone association.
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_at ⇒ Time
The time and date the private hosted zone association was updated.
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 |