You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing BatchGetOnPremisesInstancesInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  instance_names: ["InstanceName"], # required
}

Represents the input of a BatchGetOnPremisesInstances operation.

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>)

    The names of the on-premises instances about which to get information.