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)


11287
11288
11289
11290
11291
11292
11293
11294
# File 'lib/aws-sdk-iot/types.rb', line 11287

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)


11287
11288
11289
11290
11291
11292
11293
11294
# File 'lib/aws-sdk-iot/types.rb', line 11287

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)


11287
11288
11289
11290
11291
11292
11293
11294
# File 'lib/aws-sdk-iot/types.rb', line 11287

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)


11287
11288
11289
11290
11291
11292
11293
11294
# File 'lib/aws-sdk-iot/types.rb', line 11287

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