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

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

Overview

Input for Update Workload Share

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#permission_type ⇒ String

Permission granted on a share request.

Returns:

  • (String)


8659
8660
8661
8662
8663
8664
8665
# File 'lib/aws-sdk-wellarchitected/types.rb', line 8659

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

#share_id ⇒ String

The ID associated with the share.

Returns:

  • (String)


8659
8660
8661
8662
8663
8664
8665
# File 'lib/aws-sdk-wellarchitected/types.rb', line 8659

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

#workload_id ⇒ String

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

Returns:

  • (String)


8659
8660
8661
8662
8663
8664
8665
# File 'lib/aws-sdk-wellarchitected/types.rb', line 8659

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