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.
1962 1963 1964 |
# File 'sig/types.rbs', line 1962 def @created_timestamp end |
#sending_status ⇒ "ENABLED", ...
Returns the value of attribute sending_status.
1964 1965 1966 |
# File 'sig/types.rbs', line 1964 def sending_status @sending_status end |
#suppression_attributes ⇒ Types::TenantSuppressionAttributes
Returns the value of attribute suppression_attributes.
1965 1966 1967 |
# File 'sig/types.rbs', line 1965 def suppression_attributes @suppression_attributes end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1963 1964 1965 |
# File 'sig/types.rbs', line 1963 def @tags end |
#tenant_arn ⇒ ::String
Returns the value of attribute tenant_arn.
1961 1962 1963 |
# File 'sig/types.rbs', line 1961 def tenant_arn @tenant_arn end |
#tenant_id ⇒ ::String
Returns the value of attribute tenant_id.
1960 1961 1962 |
# File 'sig/types.rbs', line 1960 def tenant_id @tenant_id end |
#tenant_name ⇒ ::String
Returns the value of attribute tenant_name.
1959 1960 1961 |
# File 'sig/types.rbs', line 1959 def tenant_name @tenant_name end |