Class: Aws::Outposts::Types::CancelCapacityTaskInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::CancelCapacityTaskInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capacity_task_id ⇒ String
ID of the capacity task that you want to cancel.
-
#outpost_identifier ⇒ String
ID or ARN of the Outpost associated with the capacity task that you want to cancel.
Instance Attribute Details
#capacity_task_id ⇒ String
ID of the capacity task that you want to cancel.
228 229 230 231 232 233 |
# File 'lib/aws-sdk-outposts/types.rb', line 228 class CancelCapacityTaskInput < Struct.new( :capacity_task_id, :outpost_identifier) SENSITIVE = [] include Aws::Structure end |
#outpost_identifier ⇒ String
ID or ARN of the Outpost associated with the capacity task that you want to cancel.
228 229 230 231 232 233 |
# File 'lib/aws-sdk-outposts/types.rb', line 228 class CancelCapacityTaskInput < Struct.new( :capacity_task_id, :outpost_identifier) SENSITIVE = [] include Aws::Structure end |