Class: Aws::Types::CreateSpaceInput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:



113
114
115
# File 'sig/types.rbs', line 113

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:



110
111
112
# File 'sig/types.rbs', line 110

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:



116
117
118
# File 'sig/types.rbs', line 116

def role_arn
  @role_arn
end

#subdomain::String

Returns the value of attribute subdomain.

Returns:



111
112
113
# File 'sig/types.rbs', line 111

def subdomain
  @subdomain
end

#supported_email_domainsTypes::SupportedEmailDomainsParameters

Returns the value of attribute supported_email_domains.

Returns:



117
118
119
# File 'sig/types.rbs', line 117

def supported_email_domains
  @supported_email_domains
end

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

Returns the value of attribute tags.

Returns:



115
116
117
# File 'sig/types.rbs', line 115

def tags
  @tags
end

#tier"BASIC", "STANDARD"

Returns the value of attribute tier.

Returns:



112
113
114
# File 'sig/types.rbs', line 112

def tier
  @tier
end

#user_kms_key::String

Returns the value of attribute user_kms_key.

Returns:



114
115
116
# File 'sig/types.rbs', line 114

def user_kms_key
  @user_kms_key
end