Class: Aws::Types::ResourceDetail
- Inherits:
-
Object
- Object
- Aws::Types::ResourceDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#logical_resource_id ⇒ ::String
Returns the value of attribute logical_resource_id.
-
#resource_identifier ⇒ ::Hash[::String, ::String]
Returns the value of attribute resource_identifier.
-
#resource_status ⇒ "PENDING", ...
Returns the value of attribute resource_status.
-
#resource_status_reason ⇒ ::String
Returns the value of attribute resource_status_reason.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#warnings ⇒ ::Array[Types::WarningDetail]
Returns the value of attribute warnings.
Instance Attribute Details
#logical_resource_id ⇒ ::String
Returns the value of attribute logical_resource_id.
1455 1456 1457 |
# File 'sig/types.rbs', line 1455 def logical_resource_id @logical_resource_id end |
#resource_identifier ⇒ ::Hash[::String, ::String]
Returns the value of attribute resource_identifier.
1456 1457 1458 |
# File 'sig/types.rbs', line 1456 def resource_identifier @resource_identifier end |
#resource_status ⇒ "PENDING", ...
Returns the value of attribute resource_status.
1457 1458 1459 |
# File 'sig/types.rbs', line 1457 def resource_status @resource_status end |
#resource_status_reason ⇒ ::String
Returns the value of attribute resource_status_reason.
1458 1459 1460 |
# File 'sig/types.rbs', line 1458 def resource_status_reason @resource_status_reason end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1454 1455 1456 |
# File 'sig/types.rbs', line 1454 def resource_type @resource_type end |
#warnings ⇒ ::Array[Types::WarningDetail]
Returns the value of attribute warnings.
1459 1460 1461 |
# File 'sig/types.rbs', line 1459 def warnings @warnings end |