Class: Aws::WellArchitected::Types::CreateWorkloadShareOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::CreateWorkloadShareOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wellarchitected/types.rb
Overview
Input for Create Workload Share
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#share_id ⇒ String
The ID associated with the share.
-
#workload_id ⇒ String
The ID assigned to the workload.
Instance Attribute Details
#share_id ⇒ String
The ID associated with the share.
1464 1465 1466 1467 1468 1469 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 1464 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.
1464 1465 1466 1467 1468 1469 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 1464 class CreateWorkloadShareOutput < Struct.new( :workload_id, :share_id) SENSITIVE = [] include Aws::Structure end |