Class: Aws::Types::DescribeResourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeResourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
Instance Attribute Details
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
497 498 499 |
# File 'sig/types.rbs', line 497 def organization_id @organization_id end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
498 499 500 |
# File 'sig/types.rbs', line 498 def resource_id @resource_id end |