Class: Aws::Types::ListSecurityProfilesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListSecurityProfilesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dimension_name ⇒ ::String
Returns the value of attribute dimension_name.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#dimension_name ⇒ ::String
Returns the value of attribute dimension_name.
3582 3583 3584 |
# File 'sig/types.rbs', line 3582 def dimension_name @dimension_name end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
3581 3582 3583 |
# File 'sig/types.rbs', line 3581 def max_results @max_results end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
3583 3584 3585 |
# File 'sig/types.rbs', line 3583 def metric_name @metric_name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3580 3581 3582 |
# File 'sig/types.rbs', line 3580 def next_token @next_token end |