Class: Aws::CodeDeploy::Types::ListOnPremisesInstancesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::ListOnPremisesInstancesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codedeploy/types.rb
Overview
Represents the input of a ‘ListOnPremisesInstances` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
An identifier returned from the previous list on-premises instances call.
-
#registration_status ⇒ String
The registration status of the on-premises instances:.
-
#tag_filters ⇒ Array<Types::TagFilter>
The on-premises instance tags that are used to restrict the on-premises instance names returned.
Instance Attribute Details
#next_token ⇒ String
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.
3967 3968 3969 3970 3971 3972 3973 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 3967 class ListOnPremisesInstancesInput < Struct.new( :registration_status, :tag_filters, :next_token) SENSITIVE = [] include Aws::Structure end |
#registration_status ⇒ String
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.
3967 3968 3969 3970 3971 3972 3973 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 3967 class ListOnPremisesInstancesInput < Struct.new( :registration_status, :tag_filters, :next_token) SENSITIVE = [] include Aws::Structure end |
#tag_filters ⇒ Array<Types::TagFilter>
The on-premises instance tags that are used to restrict the on-premises instance names returned.
3967 3968 3969 3970 3971 3972 3973 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 3967 class ListOnPremisesInstancesInput < Struct.new( :registration_status, :tag_filters, :next_token) SENSITIVE = [] include Aws::Structure end |