Class: Aws::Types::CreateTenantResourceAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTenantResourceAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#tenant_name ⇒ ::String
Returns the value of attribute tenant_name.
Instance Attribute Details
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
337 338 339 |
# File 'sig/types.rbs', line 337 def resource_arn @resource_arn end |
#tenant_name ⇒ ::String
Returns the value of attribute tenant_name.
336 337 338 |
# File 'sig/types.rbs', line 336 def tenant_name @tenant_name end |