Class: Aws::Types::UpdateRescoreExecutionPlanRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRescoreExecutionPlanRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_units ⇒ Types::CapacityUnitsConfiguration
Returns the value of attribute capacity_units.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#capacity_units ⇒ Types::CapacityUnitsConfiguration
Returns the value of attribute capacity_units.
178 179 180 |
# File 'sig/types.rbs', line 178 def capacity_units @capacity_units end |
#description ⇒ ::String
Returns the value of attribute description.
177 178 179 |
# File 'sig/types.rbs', line 177 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
175 176 177 |
# File 'sig/types.rbs', line 175 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
176 177 178 |
# File 'sig/types.rbs', line 176 def name @name end |