Class: Aws::Types::ResourceTenantMetadata
- Inherits:
-
Object
- Object
- Aws::Types::ResourceTenantMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associated_timestamp ⇒ ::Time
Returns the value of attribute associated_timestamp.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#tenant_id ⇒ ::String
Returns the value of attribute tenant_id.
-
#tenant_name ⇒ ::String
Returns the value of attribute tenant_name.
Instance Attribute Details
#associated_timestamp ⇒ ::Time
Returns the value of attribute associated_timestamp.
1813 1814 1815 |
# File 'sig/types.rbs', line 1813 def @associated_timestamp end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1812 1813 1814 |
# File 'sig/types.rbs', line 1812 def resource_arn @resource_arn end |
#tenant_id ⇒ ::String
Returns the value of attribute tenant_id.
1811 1812 1813 |
# File 'sig/types.rbs', line 1811 def tenant_id @tenant_id end |
#tenant_name ⇒ ::String
Returns the value of attribute tenant_name.
1810 1811 1812 |
# File 'sig/types.rbs', line 1810 def tenant_name @tenant_name end |