Class: Aws::Proton::Types::ListServiceInstancesInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::ListServiceInstancesFilter>

An array of filtering criteria that scope down the result list. By default, all service instances in the Amazon Web Services account are returned.



4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4014

class ListServiceInstancesInput < Struct.new(
  :filters,
  :max_results,
  :next_token,
  :service_name,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of service instances to list.

Returns:

  • (Integer)


4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4014

class ListServiceInstancesInput < Struct.new(
  :filters,
  :max_results,
  :next_token,
  :service_name,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token that indicates the location of the next service in the array of service instances, after the list of service instances that was previously requested.

Returns:

  • (String)


4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4014

class ListServiceInstancesInput < Struct.new(
  :filters,
  :max_results,
  :next_token,
  :service_name,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#service_nameString

The name of the service that the service instance belongs to.

Returns:

  • (String)


4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4014

class ListServiceInstancesInput < Struct.new(
  :filters,
  :max_results,
  :next_token,
  :service_name,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#sort_byString

The field that the result list is sorted by.

When you choose to sort by serviceName, service instances within each service are sorted by service instance name.

Default: serviceName

Returns:

  • (String)


4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4014

class ListServiceInstancesInput < Struct.new(
  :filters,
  :max_results,
  :next_token,
  :service_name,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

Result list sort order.

Default: ASCENDING

Returns:

  • (String)


4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4014

class ListServiceInstancesInput < Struct.new(
  :filters,
  :max_results,
  :next_token,
  :service_name,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end