Class: Aws::Types::ListSecurityProfilesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListSecurityProfilesResponse
- 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_identifiers ⇒ ::Array[Types::SecurityProfileIdentifier]
Returns the value of attribute security_profile_identifiers.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
3589 3590 3591 |
# File 'sig/types.rbs', line 3589 def next_token @next_token end |
#security_profile_identifiers ⇒ ::Array[Types::SecurityProfileIdentifier]
Returns the value of attribute security_profile_identifiers.
3588 3589 3590 |
# File 'sig/types.rbs', line 3588 def security_profile_identifiers @security_profile_identifiers end |