Class: Aws::SSM::Types::DescribeActivationsFilter

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

Overview

Filter for the DescribeActivation API.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filter_keyString

The name of the filter.

Returns:

  • (String)


4505
4506
4507
4508
4509
4510
# File 'lib/aws-sdk-ssm/types.rb', line 4505

class DescribeActivationsFilter < Struct.new(
  :filter_key,
  :filter_values)
  SENSITIVE = []
  include Aws::Structure
end

#filter_valuesArray<String>

The filter values.

Returns:

  • (Array<String>)


4505
4506
4507
4508
4509
4510
# File 'lib/aws-sdk-ssm/types.rb', line 4505

class DescribeActivationsFilter < Struct.new(
  :filter_key,
  :filter_values)
  SENSITIVE = []
  include Aws::Structure
end