class Aws::CodeDeploy::Types::ListOnPremisesInstancesInput
Represents the input of a `ListOnPremisesInstances` operation.
@note When making an API call, you may pass ListOnPremisesInstancesInput
data as a hash: { registration_status: "Registered", # accepts Registered, Deregistered tag_filters: [ { key: "Key", value: "Value", type: "KEY_ONLY", # accepts KEY_ONLY, VALUE_ONLY, KEY_AND_VALUE }, ], next_token: "NextToken", }
@!attribute [rw] registration_status
The registration status of the on-premises instances: * `Deregistered`\: Include deregistered on-premises instances in the resulting list. * `Registered`\: Include registered on-premises instances in the resulting list. @return [String]
@!attribute [rw] tag_filters
The on-premises instance tags that are used to restrict the on-premises instance names returned. @return [Array<Types::TagFilter>]
@!attribute [rw] next_token
An identifier returned from the previous list on-premises instances call. It can be used to return the next set of on-premises instances in the list. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/ListOnPremisesInstancesInput AWS API Documentation
Constants
- SENSITIVE