Class: Aws::SSM::Types::OpsFilter

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

A filter for viewing OpsData summaries.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The name of the filter.

Returns:

  • (String)


12825
12826
12827
12828
12829
12830
12831
# File 'lib/aws-sdk-ssm/types.rb', line 12825

class OpsFilter < Struct.new(
  :key,
  :values,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of filter.

Returns:

  • (String)


12825
12826
12827
12828
12829
12830
12831
# File 'lib/aws-sdk-ssm/types.rb', line 12825

class OpsFilter < Struct.new(
  :key,
  :values,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#valuesArray<String>

The filter value.

Returns:

  • (Array<String>)


12825
12826
12827
12828
12829
12830
12831
# File 'lib/aws-sdk-ssm/types.rb', line 12825

class OpsFilter < Struct.new(
  :key,
  :values,
  :type)
  SENSITIVE = []
  include Aws::Structure
end