Class: Aws::Route53GlobalResolver::Types::GetHostedZoneAssociationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53GlobalResolver::Types::GetHostedZoneAssociationOutput
- 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
ID of the hosted zone associated to the DNS view.
-
#hosted_zone_name ⇒ String
Name of the domain associated with the private hosted zone.
-
#id ⇒ String
ID of the private hosted zone association.
-
#name ⇒ String
Name of the private hosted zone association.
-
#resource_arn ⇒ String
Amazon Resource Name (ARN) of the DNS view the private hosted zone is associated to.
-
#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.
3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3017 class GetHostedZoneAssociationOutput < 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
ID of the hosted zone associated to the DNS view.
3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3017 class GetHostedZoneAssociationOutput < 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
Name of the domain associated with the private hosted zone.
3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3017 class GetHostedZoneAssociationOutput < Struct.new( :id, :resource_arn, :hosted_zone_id, :hosted_zone_name, :name, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
ID of the private hosted zone association.
3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3017 class GetHostedZoneAssociationOutput < Struct.new( :id, :resource_arn, :hosted_zone_id, :hosted_zone_name, :name, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of the private hosted zone association.
3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3017 class GetHostedZoneAssociationOutput < 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
Amazon Resource Name (ARN) of the DNS view the private hosted zone is associated to.
3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3017 class GetHostedZoneAssociationOutput < 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.
3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3017 class GetHostedZoneAssociationOutput < 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.
3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3017 class GetHostedZoneAssociationOutput < Struct.new( :id, :resource_arn, :hosted_zone_id, :hosted_zone_name, :name, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |