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.
2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2217 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.
2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2217 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.
2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2217 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.
2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2217 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.
2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2217 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.
2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2217 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.
2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2217 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.
2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2217 class DisassociateHostedZoneOutput < Struct.new( :id, :resource_arn, :hosted_zone_id, :hosted_zone_name, :name, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |