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_summary_list ⇒ ::Array[Types::SecurityProfileSummary]
Returns the value of attribute security_profile_summary_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
5411 5412 5413 |
# File 'sig/types.rbs', line 5411 def next_token @next_token end |
#security_profile_summary_list ⇒ ::Array[Types::SecurityProfileSummary]
Returns the value of attribute security_profile_summary_list.
5410 5411 5412 |
# File 'sig/types.rbs', line 5410 def security_profile_summary_list @security_profile_summary_list end |