Class: Aws::Types::ListWorkloadSharesInput
- Inherits:
-
Object
- Object
- Aws::Types::ListWorkloadSharesInput
- 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.
-
#shared_with_prefix ⇒ ::String
Returns the value of attribute shared_with_prefix.
-
#status ⇒ "ACCEPTED", ...
Returns the value of attribute status.
-
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1418 1419 1420 |
# File 'sig/types.rbs', line 1418 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1417 1418 1419 |
# File 'sig/types.rbs', line 1417 def next_token @next_token end |
#shared_with_prefix ⇒ ::String
Returns the value of attribute shared_with_prefix.
1416 1417 1418 |
# File 'sig/types.rbs', line 1416 def shared_with_prefix @shared_with_prefix end |
#status ⇒ "ACCEPTED", ...
Returns the value of attribute status.
1419 1420 1421 |
# File 'sig/types.rbs', line 1419 def status @status end |
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
1415 1416 1417 |
# File 'sig/types.rbs', line 1415 def workload_id @workload_id end |