Class: Aws::Types::CreateTenantRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTenantRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#suppression_attributes ⇒ Types::TenantSuppressionAttributes
Returns the value of attribute suppression_attributes.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#tenant_name ⇒ ::String
Returns the value of attribute tenant_name.
Instance Attribute Details
#suppression_attributes ⇒ Types::TenantSuppressionAttributes
Returns the value of attribute suppression_attributes.
331 332 333 |
# File 'sig/types.rbs', line 331 def suppression_attributes @suppression_attributes end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
330 331 332 |
# File 'sig/types.rbs', line 330 def @tags end |
#tenant_name ⇒ ::String
Returns the value of attribute tenant_name.
329 330 331 |
# File 'sig/types.rbs', line 329 def tenant_name @tenant_name end |