Class: Aws::Types::DescribeRescoreExecutionPlanResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRescoreExecutionPlanResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#capacity_units ⇒ Types::CapacityUnitsConfiguration
Returns the value of attribute capacity_units.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
53 54 55 |
# File 'sig/types.rbs', line 53 def arn @arn end |
#capacity_units ⇒ Types::CapacityUnitsConfiguration
Returns the value of attribute capacity_units.
56 57 58 |
# File 'sig/types.rbs', line 56 def capacity_units @capacity_units end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
57 58 59 |
# File 'sig/types.rbs', line 57 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
55 56 57 |
# File 'sig/types.rbs', line 55 def description @description end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
60 61 62 |
# File 'sig/types.rbs', line 60 def @error_message end |
#id ⇒ ::String
Returns the value of attribute id.
52 53 54 |
# File 'sig/types.rbs', line 52 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
54 55 56 |
# File 'sig/types.rbs', line 54 def name @name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
59 60 61 |
# File 'sig/types.rbs', line 59 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
58 59 60 |
# File 'sig/types.rbs', line 58 def updated_at @updated_at end |