Class: Aws::Lightsail::Types::Domain

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

Overview

Describes a domain where you are storing recordsets.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the domain recordset (arn:aws:lightsail:global:123456789101:Domain/824cede0-abc7-4f84-8dbc-12345EXAMPLE).

Returns:

  • (String)


6130
6131
6132
6133
6134
6135
6136
6137
6138
6139
6140
6141
6142
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6130

class Domain < Struct.new(
  :name,
  :arn,
  :support_code,
  :created_at,
  :location,
  :resource_type,
  :tags,
  :domain_entries,
  :registered_domain_delegation_info)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The date when the domain recordset was created.

Returns:

  • (Time)


6130
6131
6132
6133
6134
6135
6136
6137
6138
6139
6140
6141
6142
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6130

class Domain < Struct.new(
  :name,
  :arn,
  :support_code,
  :created_at,
  :location,
  :resource_type,
  :tags,
  :domain_entries,
  :registered_domain_delegation_info)
  SENSITIVE = []
  include Aws::Structure
end

#domain_entriesArray<Types::DomainEntry>

An array of key-value pairs containing information about the domain entries.

Returns:



6130
6131
6132
6133
6134
6135
6136
6137
6138
6139
6140
6141
6142
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6130

class Domain < Struct.new(
  :name,
  :arn,
  :support_code,
  :created_at,
  :location,
  :resource_type,
  :tags,
  :domain_entries,
  :registered_domain_delegation_info)
  SENSITIVE = []
  include Aws::Structure
end

#locationTypes::ResourceLocation

The AWS Region and Availability Zones where the domain recordset was created.



6130
6131
6132
6133
6134
6135
6136
6137
6138
6139
6140
6141
6142
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6130

class Domain < Struct.new(
  :name,
  :arn,
  :support_code,
  :created_at,
  :location,
  :resource_type,
  :tags,
  :domain_entries,
  :registered_domain_delegation_info)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the domain.

Returns:

  • (String)


6130
6131
6132
6133
6134
6135
6136
6137
6138
6139
6140
6141
6142
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6130

class Domain < Struct.new(
  :name,
  :arn,
  :support_code,
  :created_at,
  :location,
  :resource_type,
  :tags,
  :domain_entries,
  :registered_domain_delegation_info)
  SENSITIVE = []
  include Aws::Structure
end

#registered_domain_delegation_infoTypes::RegisteredDomainDelegationInfo

An object that describes the state of the RouteĀ 53 domain delegation to a Lightsail DNS zone.



6130
6131
6132
6133
6134
6135
6136
6137
6138
6139
6140
6141
6142
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6130

class Domain < Struct.new(
  :name,
  :arn,
  :support_code,
  :created_at,
  :location,
  :resource_type,
  :tags,
  :domain_entries,
  :registered_domain_delegation_info)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The resource type.

Returns:

  • (String)


6130
6131
6132
6133
6134
6135
6136
6137
6138
6139
6140
6141
6142
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6130

class Domain < Struct.new(
  :name,
  :arn,
  :support_code,
  :created_at,
  :location,
  :resource_type,
  :tags,
  :domain_entries,
  :registered_domain_delegation_info)
  SENSITIVE = []
  include Aws::Structure
end

#support_codeString

The support code. Include this code in your email to support when you have questions about an instance or another resource in Lightsail. This code enables our support team to look up your Lightsail information more easily.

Returns:

  • (String)


6130
6131
6132
6133
6134
6135
6136
6137
6138
6139
6140
6141
6142
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6130

class Domain < Struct.new(
  :name,
  :arn,
  :support_code,
  :created_at,
  :location,
  :resource_type,
  :tags,
  :domain_entries,
  :registered_domain_delegation_info)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Amazon Lightsail Developer Guide.

Returns:



6130
6131
6132
6133
6134
6135
6136
6137
6138
6139
6140
6141
6142
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6130

class Domain < Struct.new(
  :name,
  :arn,
  :support_code,
  :created_at,
  :location,
  :resource_type,
  :tags,
  :domain_entries,
  :registered_domain_delegation_info)
  SENSITIVE = []
  include Aws::Structure
end