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)


12658
12659
12660
12661
12662
12663
12664
# File 'lib/aws-sdk-ssm/types.rb', line 12658

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

#typeString

The type of filter.

Returns:

  • (String)


12658
12659
12660
12661
12662
12663
12664
# File 'lib/aws-sdk-ssm/types.rb', line 12658

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

#valuesArray<String>

The filter value.

Returns:

  • (Array<String>)


12658
12659
12660
12661
12662
12663
12664
# File 'lib/aws-sdk-ssm/types.rb', line 12658

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