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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/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)


12829
12830
12831
12832
12833
12834
12835
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12829

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

#typeString

The type of filter.

Returns:

  • (String)


12829
12830
12831
12832
12833
12834
12835
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12829

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

#valuesArray<String>

The filter value.

Returns:

  • (Array<String>)


12829
12830
12831
12832
12833
12834
12835
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12829

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