Class: Aws::CodeDeploy::Types::BatchGetOnPremisesInstancesInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb

Overview

Represents the input of a BatchGetOnPremisesInstances operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_namesArray<String>

The names of the on-premises instances about which to get information. The maximum number of instance names you can specify is 25.

Returns:

  • (Array<String>)


522
523
524
525
526
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 522

class BatchGetOnPremisesInstancesInput < Struct.new(
  :instance_names)
  SENSITIVE = []
  include Aws::Structure
end