Class: Aws::Types::ListProtectionGroupsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListProtectionGroupsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#protection_groups ⇒ ::Array[Types::ProtectionGroup]
Returns the value of attribute protection_groups.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
389 390 391 |
# File 'sig/types.rbs', line 389 def next_token @next_token end |
#protection_groups ⇒ ::Array[Types::ProtectionGroup]
Returns the value of attribute protection_groups.
388 389 390 |
# File 'sig/types.rbs', line 388 def protection_groups @protection_groups end |