Class: Aws::Types::ListSecurityProfilesForTargetResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListSecurityProfilesForTargetResponse
- 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_target_mappings ⇒ ::Array[Types::SecurityProfileTargetMapping]
Returns the value of attribute security_profile_target_mappings.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
3575 3576 3577 |
# File 'sig/types.rbs', line 3575 def next_token @next_token end |
#security_profile_target_mappings ⇒ ::Array[Types::SecurityProfileTargetMapping]
Returns the value of attribute security_profile_target_mappings.
3574 3575 3576 |
# File 'sig/types.rbs', line 3574 def security_profile_target_mappings @security_profile_target_mappings end |