Class: Aws::Types::ResourceIdentifier
- Inherits:
-
Object
- Object
- Aws::Types::ResourceIdentifier
- 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 ⇒ ::String
Returns the value of attribute resource_type.
Instance Attribute Details
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
333 334 335 |
# File 'sig/types.rbs', line 333 def resource_arn @resource_arn end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
334 335 336 |
# File 'sig/types.rbs', line 334 def resource_type @resource_type end |