Class: Aws::WellArchitected::Types::WorkloadProfile
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::WorkloadProfile
- 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
-
#profile_arn ⇒ String
The profile ARN.
-
#profile_version ⇒ String
The profile version.
Instance Attribute Details
#profile_arn ⇒ String
The profile ARN.
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_version ⇒ String
The profile version.
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 |