Class: Aws::Types::ListReplacePermissionAssociationsWorkRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListReplacePermissionAssociationsWorkRequest
- 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.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
-
#work_ids ⇒ ::Array[::String]
Returns the value of attribute work_ids.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
393 394 395 |
# File 'sig/types.rbs', line 393 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
392 393 394 |
# File 'sig/types.rbs', line 392 def next_token @next_token end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
391 392 393 |
# File 'sig/types.rbs', line 391 def status @status end |
#work_ids ⇒ ::Array[::String]
Returns the value of attribute work_ids.
390 391 392 |
# File 'sig/types.rbs', line 390 def work_ids @work_ids end |