Class: Aws::Types::CreateRescoreExecutionPlanRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRescoreExecutionPlanRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_units ⇒ Types::CapacityUnitsConfiguration
Returns the value of attribute capacity_units.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#capacity_units ⇒ Types::CapacityUnitsConfiguration
Returns the value of attribute capacity_units.
29 30 31 |
# File 'sig/types.rbs', line 29 def capacity_units @capacity_units end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
31 32 33 |
# File 'sig/types.rbs', line 31 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
28 29 30 |
# File 'sig/types.rbs', line 28 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
27 28 29 |
# File 'sig/types.rbs', line 27 def name @name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
30 31 32 |
# File 'sig/types.rbs', line 30 def @tags end |