Class: Aws::Types::ListWorkloadSharesOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListWorkloadSharesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
-
#workload_share_summaries ⇒ ::Array[Types::WorkloadShareSummary]
Returns the value of attribute workload_share_summaries.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1426 1427 1428 |
# File 'sig/types.rbs', line 1426 def next_token @next_token end |
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
1424 1425 1426 |
# File 'sig/types.rbs', line 1424 def workload_id @workload_id end |
#workload_share_summaries ⇒ ::Array[Types::WorkloadShareSummary]
Returns the value of attribute workload_share_summaries.
1425 1426 1427 |
# File 'sig/types.rbs', line 1425 def workload_share_summaries @workload_share_summaries end |