Class: Aws::Route53RecoveryReadiness::Types::R53ResourceRecord

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

Overview

The Route 53 resource that a DNS target resource record points to.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The DNS target domain name.

Returns:

  • (String)


1016
1017
1018
1019
1020
1021
# File 'gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness/types.rb', line 1016

class R53ResourceRecord < Struct.new(
  :domain_name,
  :record_set_id)
  SENSITIVE = []
  include Aws::Structure
end

#record_set_idString

The Route 53 Resource Record Set ID.

Returns:

  • (String)


1016
1017
1018
1019
1020
1021
# File 'gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness/types.rb', line 1016

class R53ResourceRecord < Struct.new(
  :domain_name,
  :record_set_id)
  SENSITIVE = []
  include Aws::Structure
end