Class: Aws::Types::ListResourcesInProtectionGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListResourcesInProtectionGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#protection_group_id ⇒ ::String
Returns the value of attribute protection_group_id.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
409 410 411 |
# File 'sig/types.rbs', line 409 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
408 409 410 |
# File 'sig/types.rbs', line 408 def next_token @next_token end |
#protection_group_id ⇒ ::String
Returns the value of attribute protection_group_id.
407 408 409 |
# File 'sig/types.rbs', line 407 def protection_group_id @protection_group_id end |