Class: Aws::Route53GlobalResolver::Types::DisassociateHostedZoneOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53GlobalResolver::Types::DisassociateHostedZoneOutput
- 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 when the association was originally created.
-
#hosted_zone_id ⇒ String
The ID of the Route 53 private hosted zone that was disassociated.
-
#hosted_zone_name ⇒ String
The name of the Route 53 private hosted zone that was disassociated.
-
#id ⇒ String
The unique identifier of the disassociation.
-
#name ⇒ String
The name of the association that was removed.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the Route 53 Global Resolver resource that the hosted zone was disassociated from.
-
#status ⇒ String
The final status of the disassociation.
-
#updated_at ⇒ Time
The date and time when the association was last updated before disassociation.
Instance Attribute Details
#created_at ⇒ Time
The date and time when the association was originally created.
2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2251 class DisassociateHostedZoneOutput < 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 Route 53 private hosted zone that was disassociated.
2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2251 class DisassociateHostedZoneOutput < 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 Route 53 private hosted zone that was disassociated.
2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2251 class DisassociateHostedZoneOutput < 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 disassociation.
2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2251 class DisassociateHostedZoneOutput < 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 association that was removed.
2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2251 class DisassociateHostedZoneOutput < 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 Route 53 Global Resolver resource that the hosted zone was disassociated from.
2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2251 class DisassociateHostedZoneOutput < 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 final status of the disassociation.
2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2251 class DisassociateHostedZoneOutput < 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 association was last updated before disassociation.
2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2251 class DisassociateHostedZoneOutput < Struct.new( :id, :resource_arn, :hosted_zone_id, :hosted_zone_name, :name, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |