Class: Aws::Route53GlobalResolver::Types::HostedZoneAssociationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53GlobalResolver::Types::HostedZoneAssociationSummary
- Defined in:
- gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb
Overview
Summary information about a hosted zone association.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The date and time when the hosted zone association was created.
-
#hosted_zone_id ⇒ String
The ID of the hosted zone.
-
#hosted_zone_name ⇒ String
The name of the hosted zone.
-
#id ⇒ String
The unique identifier of the hosted zone association.
-
#name ⇒ String
The name of the hosted zone association.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource associated with the hosted zone.
-
#status ⇒ String
The current status of the hosted zone association.
-
#updated_at ⇒ Time
The date and time when the hosted zone association was last updated.
Instance Attribute Details
#created_at ⇒ Time
The date and time when the hosted zone association was created.
3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3177 class HostedZoneAssociationSummary < 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 hosted zone.
3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3177 class HostedZoneAssociationSummary < 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 hosted zone.
3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3177 class HostedZoneAssociationSummary < 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 unique identifier of the hosted zone association.
3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3177 class HostedZoneAssociationSummary < 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 hosted zone association.
3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3177 class HostedZoneAssociationSummary < 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 resource associated with the hosted zone.
3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3177 class HostedZoneAssociationSummary < 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 current status of the hosted zone association.
3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3177 class HostedZoneAssociationSummary < 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 when the hosted zone association was last updated.
3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3177 class HostedZoneAssociationSummary < Struct.new( :id, :resource_arn, :hosted_zone_id, :hosted_zone_name, :name, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |