Class: Aws::Lightsail::Types::CreateDomainRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The domain name to manage (‘example.com`).

Returns:

  • (String)


3688
3689
3690
3691
3692
3693
# File 'lib/aws-sdk-lightsail/types.rb', line 3688

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

#tagsArray<Types::Tag>

The tag keys and optional values to add to the resource during create.

Use the ‘TagResource` action to tag a resource after it’s created.

Returns:



3688
3689
3690
3691
3692
3693
# File 'lib/aws-sdk-lightsail/types.rb', line 3688

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