Class: Aws::Types::CreateWorkloadShareInput

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)


507
508
509
# File 'sig/types.rbs', line 507

def client_request_token
  @client_request_token
end

#permission_type ⇒ "READONLY", "CONTRIBUTOR"

Returns the value of attribute permission_type.

Returns:

  • ("READONLY", "CONTRIBUTOR")


506
507
508
# File 'sig/types.rbs', line 506

def permission_type
  @permission_type
end

#shared_with ⇒ ::String

Returns the value of attribute shared_with.

Returns:

  • (::String)


505
506
507
# File 'sig/types.rbs', line 505

def shared_with
  @shared_with
end

#workload_id ⇒ ::String

Returns the value of attribute workload_id.

Returns:

  • (::String)


504
505
506
# File 'sig/types.rbs', line 504

def workload_id
  @workload_id
end