Class: Aws::Proton::Types::ListServiceInstancesFilter

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

Overview

A filtering criterion to scope down the result list of the ListServiceInstances action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The name of a filtering criterion.

Returns:

  • (String)


3970
3971
3972
3973
3974
3975
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3970

class ListServiceInstancesFilter < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

A value to filter by.

With the date/time keys (*At\{Before,After\}), the value is a valid RFC 3339 string with no UTC offset and with an optional fractional precision (for example, 1985-04-12T23:20:50.52Z).

Returns:

  • (String)


3970
3971
3972
3973
3974
3975
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3970

class ListServiceInstancesFilter < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end