Class: Aws::Outposts::Types::GetCapacityTaskInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.

Returns:

  • (String)


700
701
702
703
704
705
# File 'lib/aws-sdk-outposts/types.rb', line 700

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

#outpost_identifierString

ID or ARN of the Outpost associated with the specified capacity task.

Returns:

  • (String)


700
701
702
703
704
705
# File 'lib/aws-sdk-outposts/types.rb', line 700

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