Class: Aws::Types::UpdateWorkloadShareOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#workload_id ⇒ ::String

Returns the value of attribute workload_id.

Returns:

  • (::String)


2085
2086
2087
# File 'sig/types.rbs', line 2085

def workload_id
  @workload_id
end

#workload_share ⇒ Types::WorkloadShare

Returns the value of attribute workload_share.



2086
2087
2088
# File 'sig/types.rbs', line 2086

def workload_share
  @workload_share
end