Class: Aws::Types::CreateDomainRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


73
74
75
# File 'sig/types.rbs', line 73

def domain
  @domain
end

#encryption_key::String

Returns the value of attribute encryption_key.

Returns:

  • (::String)


74
75
76
# File 'sig/types.rbs', line 74

def encryption_key
  @encryption_key
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



75
76
77
# File 'sig/types.rbs', line 75

def tags
  @tags
end