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)


13100
13101
13102
13103
13104
13105
13106
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13100

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

#typeString

The type of filter.

Returns:

  • (String)


13100
13101
13102
13103
13104
13105
13106
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13100

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

#valuesArray<String>

The filter value.

Returns:

  • (Array<String>)


13100
13101
13102
13103
13104
13105
13106
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13100

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