Class: Aws::Types::ResourcesListItem
- Inherits:
-
Object
- Object
- Aws::Types::ResourcesListItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#error_message ⇒ ::String
Returns the value of attribute error_message.
369 370 371 |
# File 'sig/types.rbs', line 369 def end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
368 369 370 |
# File 'sig/types.rbs', line 368 def resource_arn @resource_arn end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
371 372 373 |
# File 'sig/types.rbs', line 371 def resource_type @resource_type end |
#status ⇒ ::String
Returns the value of attribute status.
370 371 372 |
# File 'sig/types.rbs', line 370 def status @status end |