Class: Aws::Types::ListTargetsForSecurityProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListTargetsForSecurityProfileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#security_profile_name ⇒ ::String
Returns the value of attribute security_profile_name.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
3634 3635 3636 |
# File 'sig/types.rbs', line 3634 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3633 3634 3635 |
# File 'sig/types.rbs', line 3633 def next_token @next_token end |
#security_profile_name ⇒ ::String
Returns the value of attribute security_profile_name.
3632 3633 3634 |
# File 'sig/types.rbs', line 3632 def security_profile_name @security_profile_name end |