Class: Aws::Types::UpdateWorkloadShareInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#permission_type ⇒ "READONLY", "CONTRIBUTOR"

Returns the value of attribute permission_type.

Returns:

  • ("READONLY", "CONTRIBUTOR")


2080
2081
2082
# File 'sig/types.rbs', line 2080

def permission_type
  @permission_type
end

#share_id ⇒ ::String

Returns the value of attribute share_id.

Returns:

  • (::String)


2078
2079
2080
# File 'sig/types.rbs', line 2078

def share_id
  @share_id
end

#workload_id ⇒ ::String

Returns the value of attribute workload_id.

Returns:

  • (::String)


2079
2080
2081
# File 'sig/types.rbs', line 2079

def workload_id
  @workload_id
end