Class: Aws::Types::ListWorkloadSharesOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



1425
1426
1427
# File 'sig/types.rbs', line 1425

def workload_share_summaries
  @workload_share_summaries
end