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.
342 343 344 |
# File 'sig/types.rbs', line 342 def suppression_attributes @suppression_attributes end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
341 342 343 |
# File 'sig/types.rbs', line 341 def @tags end |
#tenant_name ⇒ ::String
Returns the value of attribute tenant_name.
340 341 342 |
# File 'sig/types.rbs', line 340 def tenant_name @tenant_name end |