Class: Aws::WellArchitected::Types::CreateWorkloadOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::CreateWorkloadOutput
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
Output of a create workload call.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workload_arn ⇒ String
The ARN for the workload.
-
#workload_id ⇒ String
The ID assigned to the workload.
Instance Attribute Details
#workload_arn ⇒ String
The ARN for the workload.
840 841 842 843 844 845 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 840 class CreateWorkloadOutput < Struct.new( :workload_id, :workload_arn) SENSITIVE = [] include Aws::Structure end |
#workload_id ⇒ String
The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.
840 841 842 843 844 845 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 840 class CreateWorkloadOutput < Struct.new( :workload_id, :workload_arn) SENSITIVE = [] include Aws::Structure end |