Class: Aws::Outposts::Types::CancelCapacityTaskInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_task_idString

ID of the capacity task that you want to cancel.

Returns:

  • (String)


149
150
151
152
153
154
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 149

class CancelCapacityTaskInput < Struct.new(
  :capacity_task_id,
  :outpost_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#outpost_identifierString

ID or ARN of the Outpost associated with the capacity task that you want to cancel.

Returns:

  • (String)


149
150
151
152
153
154
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 149

class CancelCapacityTaskInput < Struct.new(
  :capacity_task_id,
  :outpost_identifier)
  SENSITIVE = []
  include Aws::Structure
end