Class: Aws::Route53GlobalResolver::Types::HostedZoneAssociationSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#created_atTime

The date and time when the hosted zone association was created.

Returns:

  • (Time)


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_idString

The ID of the hosted zone.

Returns:

  • (String)


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_nameString

The name of the hosted zone.

Returns:

  • (String)


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

#idString

The unique identifier of the hosted zone association.

Returns:

  • (String)


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

#nameString

The name of the hosted zone association.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the resource associated with the hosted zone.

Returns:

  • (String)


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

#statusString

The current status of the hosted zone association.

Returns:

  • (String)


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_atTime

The date and time when the hosted zone association was last updated.

Returns:

  • (Time)


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