Class: Aws::Types::ResourceSummary
- Inherits:
-
Object
- Object
- Aws::Types::ResourceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
283 284 285 |
# File 'sig/types.rbs', line 283 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
284 285 286 |
# File 'sig/types.rbs', line 284 def id @id end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
285 286 287 |
# File 'sig/types.rbs', line 285 def resource_type @resource_type end |