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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


12097
12098
12099
12100
12101
12102
12103
12104
# File 'lib/aws-sdk-iot/types.rb', line 12097

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)


12097
12098
12099
12100
12101
12102
12103
12104
# File 'lib/aws-sdk-iot/types.rb', line 12097

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)


12097
12098
12099
12100
12101
12102
12103
12104
# File 'lib/aws-sdk-iot/types.rb', line 12097

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)


12097
12098
12099
12100
12101
12102
12103
12104
# File 'lib/aws-sdk-iot/types.rb', line 12097

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