Class: Aws::Outposts::Types::StartCapacityTaskInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::StartCapacityTaskInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
You can request a dry run to determine if the instance type and instance size changes is above or below available instance capacity.
-
#instance_pools ⇒ Array<Types::InstanceTypeCapacity>
The instance pools specified in the capacity task.
-
#order_id ⇒ String
The ID of the Amazon Web Services Outposts order associated with the specified capacity task.
-
#outpost_identifier ⇒ String
The ID or ARN of the Outposts associated with the specified capacity task.
Instance Attribute Details
#dry_run ⇒ Boolean
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.
1794 1795 1796 1797 1798 1799 1800 1801 |
# File 'lib/aws-sdk-outposts/types.rb', line 1794 class StartCapacityTaskInput < Struct.new( :outpost_identifier, :order_id, :instance_pools, :dry_run) SENSITIVE = [] include Aws::Structure end |
#instance_pools ⇒ Array<Types::InstanceTypeCapacity>
The instance pools specified in the capacity task.
1794 1795 1796 1797 1798 1799 1800 1801 |
# File 'lib/aws-sdk-outposts/types.rb', line 1794 class StartCapacityTaskInput < Struct.new( :outpost_identifier, :order_id, :instance_pools, :dry_run) SENSITIVE = [] include Aws::Structure end |
#order_id ⇒ String
The ID of the Amazon Web Services Outposts order associated with the specified capacity task.
1794 1795 1796 1797 1798 1799 1800 1801 |
# File 'lib/aws-sdk-outposts/types.rb', line 1794 class StartCapacityTaskInput < Struct.new( :outpost_identifier, :order_id, :instance_pools, :dry_run) SENSITIVE = [] include Aws::Structure end |
#outpost_identifier ⇒ String
The ID or ARN of the Outposts associated with the specified capacity task.
1794 1795 1796 1797 1798 1799 1800 1801 |
# File 'lib/aws-sdk-outposts/types.rb', line 1794 class StartCapacityTaskInput < Struct.new( :outpost_identifier, :order_id, :instance_pools, :dry_run) SENSITIVE = [] include Aws::Structure end |