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

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

Overview

Input for Create Workload Share

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#share_id ⇒ String

The ID associated with the share.

Returns:

  • (String)


2294
2295
2296
2297
2298
2299
# File 'lib/aws-sdk-wellarchitected/types.rb', line 2294

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


2294
2295
2296
2297
2298
2299
# File 'lib/aws-sdk-wellarchitected/types.rb', line 2294

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