Class: Aws::Types::TenantResource
- Inherits:
-
Object
- Object
- Aws::Types::TenantResource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#resource_type ⇒ "EMAIL_IDENTITY", ...
Returns the value of attribute resource_type.
Instance Attribute Details
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1979 1980 1981 |
# File 'sig/types.rbs', line 1979 def resource_arn @resource_arn end |
#resource_type ⇒ "EMAIL_IDENTITY", ...
Returns the value of attribute resource_type.
1978 1979 1980 |
# File 'sig/types.rbs', line 1978 def resource_type @resource_type end |