Class: Aws::IoT::Types::ListSecurityProfilesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dimension_nameString

A filter to limit results to the security profiles that use the defined dimension. Cannot be used with metricName

Returns:

  • (String)


10854
10855
10856
10857
10858
10859
10860
10861
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10854

class ListSecurityProfilesRequest < Struct.new(
  :next_token,
  :max_results,
  :dimension_name,
  :metric_name)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return at one time.

Returns:

  • (Integer)


10854
10855
10856
10857
10858
10859
10860
10861
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10854

class ListSecurityProfilesRequest < Struct.new(
  :next_token,
  :max_results,
  :dimension_name,
  :metric_name)
  SENSITIVE = []
  include Aws::Structure
end

#metric_nameString

The name of the custom metric. Cannot be used with dimensionName.

Returns:

  • (String)


10854
10855
10856
10857
10858
10859
10860
10861
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10854

class ListSecurityProfilesRequest < Struct.new(
  :next_token,
  :max_results,
  :dimension_name,
  :metric_name)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results.

Returns:

  • (String)


10854
10855
10856
10857
10858
10859
10860
10861
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10854

class ListSecurityProfilesRequest < Struct.new(
  :next_token,
  :max_results,
  :dimension_name,
  :metric_name)
  SENSITIVE = []
  include Aws::Structure
end