Class: Aws::RoboMaker::Types::Filter

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

Overview

Information about a filter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the filter.

Returns:

  • (String)


3015
3016
3017
3018
3019
3020
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 3015

class Filter < Struct.new(
  :name,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#valuesArray<String>

A list of values.

Returns:

  • (Array<String>)


3015
3016
3017
3018
3019
3020
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 3015

class Filter < Struct.new(
  :name,
  :values)
  SENSITIVE = []
  include Aws::Structure
end