Class: Aws::WellArchitected::Types::CreateWorkloadShareOutput

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

Overview

Input for Create Workload Share

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#share_idString

The ID associated with the share.

Returns:

  • (String)


1464
1465
1466
1467
1468
1469
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1464

class CreateWorkloadShareOutput < Struct.new(
  :workload_id,
  :share_id)
  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)


1464
1465
1466
1467
1468
1469
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1464

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