Class: Aws::Types::ListTargetsForSecurityProfileResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListTargetsForSecurityProfileResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#security_profile_targets ⇒ ::Array[Types::SecurityProfileTarget]
Returns the value of attribute security_profile_targets.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
3640 3641 3642 |
# File 'sig/types.rbs', line 3640 def next_token @next_token end |
#security_profile_targets ⇒ ::Array[Types::SecurityProfileTarget]
Returns the value of attribute security_profile_targets.
3639 3640 3641 |
# File 'sig/types.rbs', line 3639 def security_profile_targets @security_profile_targets end |