Class: Aws::Types::CreateTenantResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateTenantResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#sending_status ⇒ "ENABLED", ...
Returns the value of attribute sending_status.
-
#suppression_attributes ⇒ Types::TenantSuppressionAttributes
Returns the value of attribute suppression_attributes.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#tenant_arn ⇒ ::String
Returns the value of attribute tenant_arn.
-
#tenant_id ⇒ ::String
Returns the value of attribute tenant_id.
-
#tenant_name ⇒ ::String
Returns the value of attribute tenant_name.
Instance Attribute Details
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
359 360 361 |
# File 'sig/types.rbs', line 359 def end |
#sending_status ⇒ "ENABLED", ...
Returns the value of attribute sending_status.
361 362 363 |
# File 'sig/types.rbs', line 361 def sending_status @sending_status end |
#suppression_attributes ⇒ Types::TenantSuppressionAttributes
Returns the value of attribute suppression_attributes.
362 363 364 |
# File 'sig/types.rbs', line 362 def suppression_attributes @suppression_attributes end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
360 361 362 |
# File 'sig/types.rbs', line 360 def end |
#tenant_arn ⇒ ::String
Returns the value of attribute tenant_arn.
358 359 360 |
# File 'sig/types.rbs', line 358 def tenant_arn @tenant_arn end |
#tenant_id ⇒ ::String
Returns the value of attribute tenant_id.
357 358 359 |
# File 'sig/types.rbs', line 357 def tenant_id @tenant_id end |
#tenant_name ⇒ ::String
Returns the value of attribute tenant_name.
356 357 358 |
# File 'sig/types.rbs', line 356 def tenant_name @tenant_name end |