You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes a domain where you are storing recordsets in Lightsail.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)

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

#created_atTime

The date when the domain recordset was created.

Returns:

  • (Time)

    The date when the domain recordset was created.

#domain_entriesArray<Types::DomainEntry>

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

Returns:

  • (Array<Types::DomainEntry>)

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

#locationTypes::ResourceLocation

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

Returns:

#nameString

The name of the domain.

Returns:

  • (String)

    The name of the domain.

#resource_typeString

The resource type.

Possible values:

  • ContainerService
  • Instance
  • StaticIp
  • KeyPair
  • InstanceSnapshot
  • Domain
  • PeeredVpc
  • LoadBalancer
  • LoadBalancerTlsCertificate
  • Disk
  • DiskSnapshot
  • RelationalDatabase
  • RelationalDatabaseSnapshot
  • ExportSnapshotRecord
  • CloudFormationStackRecord
  • Alarm
  • ContactMethod
  • Distribution
  • Certificate

Returns:

  • (String)

    The resource type.

#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)

    The support code.

#tagsArray<Types::Tag>

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

Returns:

  • (Array<Types::Tag>)

    The tag keys and optional values for the resource.