Class: Aws::WellArchitected::Types::CreateWorkloadOutput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#workload_arnString

The ARN for the workload.

Returns:

  • (String)


1398
1399
1400
1401
1402
1403
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1398

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


1398
1399
1400
1401
1402
1403
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1398

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