Class: Aws::Route53GlobalResolver::Types::AssociateHostedZoneOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53GlobalResolver::Types::AssociateHostedZoneOutput
- 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 date and time the private hosted zone association was created.
-
#hosted_zone_id ⇒ String
ID of the private hosted zone.
-
#hosted_zone_name ⇒ String
Name of the hosted zone (also the domain associated with the hosted zone).
-
#id ⇒ String
ID of the association.
-
#name ⇒ String
Name for the private hosted zone association.
-
#resource_arn ⇒ String
An Amazon Resource Name (ARN) of the Route 53 Global Resolver the private hosted zone is associated to.
-
#status ⇒ String
Aggregate status for all the AWS Regions in which the Route 53 Global Resolver exists.
-
#updated_at ⇒ Time
The date and time the private hosted zone association was modified.
Instance Attribute Details
#created_at ⇒ Time
The date and time the private hosted zone association was created.
202 203 204 205 206 207 208 209 210 211 212 213 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 202 class AssociateHostedZoneOutput < 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 private hosted zone.
202 203 204 205 206 207 208 209 210 211 212 213 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 202 class AssociateHostedZoneOutput < 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 hosted zone (also the domain associated with the hosted zone).
202 203 204 205 206 207 208 209 210 211 212 213 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 202 class AssociateHostedZoneOutput < 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 association.
202 203 204 205 206 207 208 209 210 211 212 213 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 202 class AssociateHostedZoneOutput < 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 for the private hosted zone association.
202 203 204 205 206 207 208 209 210 211 212 213 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 202 class AssociateHostedZoneOutput < 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
An Amazon Resource Name (ARN) of the Route 53 Global Resolver the private hosted zone is associated to.
202 203 204 205 206 207 208 209 210 211 212 213 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 202 class AssociateHostedZoneOutput < Struct.new( :id, :resource_arn, :hosted_zone_id, :hosted_zone_name, :name, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Aggregate status for all the AWS Regions in which the Route 53 Global Resolver exists.
202 203 204 205 206 207 208 209 210 211 212 213 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 202 class AssociateHostedZoneOutput < 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 date and time the private hosted zone association was modified.
202 203 204 205 206 207 208 209 210 211 212 213 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 202 class AssociateHostedZoneOutput < Struct.new( :id, :resource_arn, :hosted_zone_id, :hosted_zone_name, :name, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |