Class: Aws::Types::Tenant
- Inherits:
-
Object
- Object
- Aws::Types::Tenant
- 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.
2031 2032 2033 |
# File 'sig/types.rbs', line 2031 def @created_timestamp end |
#sending_status ⇒ "ENABLED", ...
Returns the value of attribute sending_status.
2033 2034 2035 |
# File 'sig/types.rbs', line 2033 def sending_status @sending_status end |
#suppression_attributes ⇒ Types::TenantSuppressionAttributes
Returns the value of attribute suppression_attributes.
2034 2035 2036 |
# File 'sig/types.rbs', line 2034 def suppression_attributes @suppression_attributes end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2032 2033 2034 |
# File 'sig/types.rbs', line 2032 def @tags end |
#tenant_arn ⇒ ::String
Returns the value of attribute tenant_arn.
2030 2031 2032 |
# File 'sig/types.rbs', line 2030 def tenant_arn @tenant_arn end |
#tenant_id ⇒ ::String
Returns the value of attribute tenant_id.
2029 2030 2031 |
# File 'sig/types.rbs', line 2029 def tenant_id @tenant_id end |
#tenant_name ⇒ ::String
Returns the value of attribute tenant_name.
2028 2029 2030 |
# File 'sig/types.rbs', line 2028 def tenant_name @tenant_name end |