Class: Aws::IoT::Types::ListSecurityProfilesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListSecurityProfilesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dimension_name ⇒ String
A filter to limit results to the security profiles that use the defined dimension.
-
#max_results ⇒ Integer
The maximum number of results to return at one time.
-
#metric_name ⇒ String
The name of the custom metric.
-
#next_token ⇒ String
The token for the next set of results.
Instance Attribute Details
#dimension_name ⇒ String
A filter to limit results to the security profiles that use the defined dimension. Cannot be used with ‘metricName`
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_results ⇒ Integer
The maximum number of results to return at one time.
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_name ⇒ String
The name of the custom metric. Cannot be used with ‘dimensionName`.
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_token ⇒ String
The token for the next set of results.
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 |