Class: Aws::WellArchitected::Types::WorkloadProfile

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

Overview

The profile associated with a workload.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#profile_arnString

The profile ARN.

Returns:

  • (String)


6829
6830
6831
6832
6833
6834
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6829

class WorkloadProfile < Struct.new(
  :profile_arn,
  :profile_version)
  SENSITIVE = []
  include Aws::Structure
end

#profile_versionString

The profile version.

Returns:

  • (String)


6829
6830
6831
6832
6833
6834
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6829

class WorkloadProfile < Struct.new(
  :profile_arn,
  :profile_version)
  SENSITIVE = []
  include Aws::Structure
end