Class: Aws::Types::ListSecurityProfilesForTargetRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListSecurityProfilesForTargetRequest
- 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.
-
#recursive ⇒ Boolean
Returns the value of attribute recursive.
-
#security_profile_target_arn ⇒ ::String
Returns the value of attribute security_profile_target_arn.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
3567 3568 3569 |
# File 'sig/types.rbs', line 3567 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3566 3567 3568 |
# File 'sig/types.rbs', line 3566 def next_token @next_token end |
#recursive ⇒ Boolean
Returns the value of attribute recursive.
3568 3569 3570 |
# File 'sig/types.rbs', line 3568 def recursive @recursive end |
#security_profile_target_arn ⇒ ::String
Returns the value of attribute security_profile_target_arn.
3569 3570 3571 |
# File 'sig/types.rbs', line 3569 def security_profile_target_arn @security_profile_target_arn end |