Class: Aws::Outposts::Types::StartCapacityTaskInput

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

#dry_runBoolean

You can request a dry run to determine if the instance type and instance size changes is above or below available instance capacity. Requesting a dry run does not make any changes to your plan.

Returns:

  • (Boolean)


1787
1788
1789
1790
1791
1792
1793
1794
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1787

class StartCapacityTaskInput < Struct.new(
  :outpost_identifier,
  :order_id,
  :instance_pools,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#instance_poolsArray<Types::InstanceTypeCapacity>

The instance pools specified in the capacity task.

Returns:



1787
1788
1789
1790
1791
1792
1793
1794
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1787

class StartCapacityTaskInput < Struct.new(
  :outpost_identifier,
  :order_id,
  :instance_pools,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#order_idString

The ID of the Amazon Web Services Outposts order associated with the specified capacity task.

Returns:

  • (String)


1787
1788
1789
1790
1791
1792
1793
1794
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1787

class StartCapacityTaskInput < Struct.new(
  :outpost_identifier,
  :order_id,
  :instance_pools,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#outpost_identifierString

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

Returns:

  • (String)


1787
1788
1789
1790
1791
1792
1793
1794
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1787

class StartCapacityTaskInput < Struct.new(
  :outpost_identifier,
  :order_id,
  :instance_pools,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end