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



3883
3884
3885
3886
3887
3888
# File 'lib/aws-sdk-lightsail/types.rb', line 3883

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.



3883
3884
3885
3886
3887
3888
# File 'lib/aws-sdk-lightsail/types.rb', line 3883

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