Class: Aws::Route53GlobalResolver::Types::DisassociateHostedZoneOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The date and time when the association was originally created.

Returns:

  • (Time)


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_idString

The ID of the Route 53 private hosted zone that was disassociated.

Returns:

  • (String)


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_nameString

The name of the Route 53 private hosted zone that was disassociated.

Returns:

  • (String)


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

#idString

The unique identifier of the disassociation.

Returns:

  • (String)


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

#nameString

The name of the association that was removed.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the Route 53 Global Resolver resource that the hosted zone was disassociated from.

Returns:

  • (String)


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

#statusString

The final status of the disassociation.

Returns:

  • (String)


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_atTime

The date and time when the association was last updated before disassociation.

Returns:

  • (Time)


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