Class: Aws::Types::DeleteWorkloadShareInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token ⇒ ::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


600
601
602
# File 'sig/types.rbs', line 600

def client_request_token
  @client_request_token
end

#share_id ⇒ ::String

Returns the value of attribute share_id.

Returns:

  • (::String)


598
599
600
# File 'sig/types.rbs', line 598

def share_id
  @share_id
end

#workload_id ⇒ ::String

Returns the value of attribute workload_id.

Returns:

  • (::String)


599
600
601
# File 'sig/types.rbs', line 599

def workload_id
  @workload_id
end