Class: Aws::Types::TenantInfo
- Inherits:
-
Object
- Object
- Aws::Types::TenantInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#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.
2042 2043 2044 |
# File 'sig/types.rbs', line 2042 def end |
#tenant_arn ⇒ ::String
Returns the value of attribute tenant_arn.
2041 2042 2043 |
# File 'sig/types.rbs', line 2041 def tenant_arn @tenant_arn end |
#tenant_id ⇒ ::String
Returns the value of attribute tenant_id.
2040 2041 2042 |
# File 'sig/types.rbs', line 2040 def tenant_id @tenant_id end |
#tenant_name ⇒ ::String
Returns the value of attribute tenant_name.
2039 2040 2041 |
# File 'sig/types.rbs', line 2039 def tenant_name @tenant_name end |