Class: Aws::WellArchitected::Types::UpdateWorkloadShareInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb

Overview

Input for Update Workload Share

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#permission_typeString

Permission granted on a share request.

Returns:

  • (String)


6282
6283
6284
6285
6286
6287
6288
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6282

class UpdateWorkloadShareInput < Struct.new(
  :share_id,
  :workload_id,
  :permission_type)
  SENSITIVE = []
  include Aws::Structure
end

#share_idString

The ID associated with the share.

Returns:

  • (String)


6282
6283
6284
6285
6286
6287
6288
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6282

class UpdateWorkloadShareInput < Struct.new(
  :share_id,
  :workload_id,
  :permission_type)
  SENSITIVE = []
  include Aws::Structure
end

#workload_idString

The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.

Returns:

  • (String)


6282
6283
6284
6285
6286
6287
6288
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6282

class UpdateWorkloadShareInput < Struct.new(
  :share_id,
  :workload_id,
  :permission_type)
  SENSITIVE = []
  include Aws::Structure
end