Class: Aws::Lightsail::Types::ResourceRecord

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

Overview

Describes the domain name system (DNS) records to add to your domain's DNS to validate it for an Amazon Lightsail certificate.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the record.

Returns:

  • (String)


13529
13530
13531
13532
13533
13534
13535
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13529

class ResourceRecord < Struct.new(
  :name,
  :type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The DNS record type.

Returns:

  • (String)


13529
13530
13531
13532
13533
13534
13535
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13529

class ResourceRecord < Struct.new(
  :name,
  :type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value for the DNS record.

Returns:

  • (String)


13529
13530
13531
13532
13533
13534
13535
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13529

class ResourceRecord < Struct.new(
  :name,
  :type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end