Class: Aws::Route53GlobalResolver::Types::GetHostedZoneAssociationOutput

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 time and date the private hosted zone association was created.

Returns:

  • (Time)


3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3017

class GetHostedZoneAssociationOutput < 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

ID of the hosted zone associated to the DNS view.

Returns:

  • (String)


3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3017

class GetHostedZoneAssociationOutput < 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

Name of the domain associated with the private hosted zone.

Returns:

  • (String)


3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3017

class GetHostedZoneAssociationOutput < Struct.new(
  :id,
  :resource_arn,
  :hosted_zone_id,
  :hosted_zone_name,
  :name,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#idString

ID of the private hosted zone association.

Returns:

  • (String)


3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3017

class GetHostedZoneAssociationOutput < Struct.new(
  :id,
  :resource_arn,
  :hosted_zone_id,
  :hosted_zone_name,
  :name,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Name of the private hosted zone association.

Returns:

  • (String)


3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3017

class GetHostedZoneAssociationOutput < Struct.new(
  :id,
  :resource_arn,
  :hosted_zone_id,
  :hosted_zone_name,
  :name,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

Amazon Resource Name (ARN) of the DNS view the private hosted zone is associated to.

Returns:

  • (String)


3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3017

class GetHostedZoneAssociationOutput < Struct.new(
  :id,
  :resource_arn,
  :hosted_zone_id,
  :hosted_zone_name,
  :name,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The operational status of the private hosted zone association.

Returns:

  • (String)


3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3017

class GetHostedZoneAssociationOutput < 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 time and date the private hosted zone association was updated.

Returns:

  • (Time)


3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3017

class GetHostedZoneAssociationOutput < Struct.new(
  :id,
  :resource_arn,
  :hosted_zone_id,
  :hosted_zone_name,
  :name,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end