Class: Aws::Types::ResourceResult
- Inherits:
-
Object
- Object
- Aws::Types::ResourceResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#component_id ⇒ ::String
Returns the value of attribute component_id.
-
#last_checked_timestamp ⇒ ::Time
Returns the value of attribute last_checked_timestamp.
-
#readiness ⇒ "READY", ...
Returns the value of attribute readiness.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#component_id ⇒ ::String
Returns the value of attribute component_id.
418 419 420 |
# File 'sig/types.rbs', line 418 def component_id @component_id end |
#last_checked_timestamp ⇒ ::Time
Returns the value of attribute last_checked_timestamp.
419 420 421 |
# File 'sig/types.rbs', line 419 def @last_checked_timestamp end |
#readiness ⇒ "READY", ...
Returns the value of attribute readiness.
420 421 422 |
# File 'sig/types.rbs', line 420 def readiness @readiness end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
421 422 423 |
# File 'sig/types.rbs', line 421 def resource_arn @resource_arn end |