Class: Aws::Outposts::Types::ListBlockingInstancesForCapacityTaskInput

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

The ID of the capacity task.

Returns:

  • (String)


1548
1549
1550
1551
1552
1553
1554
1555
# File 'lib/aws-sdk-outposts/types.rb', line 1548

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

#max_resultsInteger

The maximum page size.

Returns:

  • (Integer)


1548
1549
1550
1551
1552
1553
1554
1555
# File 'lib/aws-sdk-outposts/types.rb', line 1548

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

#next_tokenString

The pagination token.

Returns:

  • (String)


1548
1549
1550
1551
1552
1553
1554
1555
# File 'lib/aws-sdk-outposts/types.rb', line 1548

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

#outpost_identifierString

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

Returns:

  • (String)


1548
1549
1550
1551
1552
1553
1554
1555
# File 'lib/aws-sdk-outposts/types.rb', line 1548

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