Class: Aws::Types::CreateDomainInput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:



58
59
60
# File 'sig/types.rbs', line 58

def kms_key_arn
  @kms_key_arn
end

#name::String

Returns the value of attribute name.

Returns:



57
58
59
# File 'sig/types.rbs', line 57

def name
  @name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:



60
61
62
# File 'sig/types.rbs', line 60

def tags
  @tags
end

#web_app_setup_configurationTypes::CreateWebAppConfiguration

Returns the value of attribute web_app_setup_configuration.

Returns:



59
60
61
# File 'sig/types.rbs', line 59

def web_app_setup_configuration
  @web_app_setup_configuration
end