Class: Aws::CodeDeploy::Types::BatchGetOnPremisesInstancesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::BatchGetOnPremisesInstancesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codedeploy/types.rb
Overview
Represents the input of a ‘BatchGetOnPremisesInstances` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_names ⇒ Array<String>
The names of the on-premises instances about which to get information.
Instance Attribute Details
#instance_names ⇒ Array<String>
The names of the on-premises instances about which to get information. The maximum number of instance names you can specify is 25.
522 523 524 525 526 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 522 class BatchGetOnPremisesInstancesInput < Struct.new( :instance_names) SENSITIVE = [] include Aws::Structure end |