Class: Aws::DeviceFarm::Types::CreateDevicePoolRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::CreateDevicePoolRequest
- Defined in:
- gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb
Overview
Represents a request to the create device pool operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The device pool's description.
-
#max_devices ⇒ Integer
The number of devices that Device Farm can add to your device pool.
-
#name ⇒ String
The device pool's name.
-
#project_arn ⇒ String
The ARN of the project for the device pool.
-
#rules ⇒ Array<Types::Rule>
The device pool's rules.
Instance Attribute Details
#description ⇒ String
The device pool's description.
288 289 290 291 292 293 294 295 296 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 288 class CreateDevicePoolRequest < Struct.new( :project_arn, :name, :description, :rules, :max_devices) SENSITIVE = [] include Aws::Structure end |
#max_devices ⇒ Integer
The number of devices that Device Farm can add to your device pool.
Device Farm adds devices that are available and meet the criteria
that you assign for the rules
parameter. Depending on how many
devices meet these constraints, your device pool might contain fewer
devices than the value for this parameter.
By specifying the maximum number of devices, you can control the costs that you incur by running tests.
288 289 290 291 292 293 294 295 296 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 288 class CreateDevicePoolRequest < Struct.new( :project_arn, :name, :description, :rules, :max_devices) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The device pool's name.
288 289 290 291 292 293 294 295 296 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 288 class CreateDevicePoolRequest < Struct.new( :project_arn, :name, :description, :rules, :max_devices) SENSITIVE = [] include Aws::Structure end |
#project_arn ⇒ String
The ARN of the project for the device pool.
288 289 290 291 292 293 294 295 296 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 288 class CreateDevicePoolRequest < Struct.new( :project_arn, :name, :description, :rules, :max_devices) SENSITIVE = [] include Aws::Structure end |
#rules ⇒ Array<Types::Rule>
The device pool's rules.
288 289 290 291 292 293 294 295 296 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 288 class CreateDevicePoolRequest < Struct.new( :project_arn, :name, :description, :rules, :max_devices) SENSITIVE = [] include Aws::Structure end |