Class: Aws::WellArchitected::Types::ProfileNotificationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::ProfileNotificationSummary
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
The profile notification summary.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#current_profile_version ⇒ String
The current profile version.
-
#latest_profile_version ⇒ String
The latest profile version.
-
#profile_arn ⇒ String
The profile ARN.
-
#profile_name ⇒ String
The profile name.
-
#type ⇒ String
Type of notification.
-
#workload_id ⇒ String
The ID assigned to the workload.
-
#workload_name ⇒ String
The name of the workload.
Instance Attribute Details
#current_profile_version ⇒ String
The current profile version.
6323 6324 6325 6326 6327 6328 6329 6330 6331 6332 6333 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6323 class ProfileNotificationSummary < Struct.new( :current_profile_version, :latest_profile_version, :type, :profile_arn, :profile_name, :workload_id, :workload_name) SENSITIVE = [] include Aws::Structure end |
#latest_profile_version ⇒ String
The latest profile version.
6323 6324 6325 6326 6327 6328 6329 6330 6331 6332 6333 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6323 class ProfileNotificationSummary < Struct.new( :current_profile_version, :latest_profile_version, :type, :profile_arn, :profile_name, :workload_id, :workload_name) SENSITIVE = [] include Aws::Structure end |
#profile_arn ⇒ String
The profile ARN.
6323 6324 6325 6326 6327 6328 6329 6330 6331 6332 6333 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6323 class ProfileNotificationSummary < Struct.new( :current_profile_version, :latest_profile_version, :type, :profile_arn, :profile_name, :workload_id, :workload_name) SENSITIVE = [] include Aws::Structure end |
#profile_name ⇒ String
The profile name.
6323 6324 6325 6326 6327 6328 6329 6330 6331 6332 6333 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6323 class ProfileNotificationSummary < Struct.new( :current_profile_version, :latest_profile_version, :type, :profile_arn, :profile_name, :workload_id, :workload_name) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Type of notification.
6323 6324 6325 6326 6327 6328 6329 6330 6331 6332 6333 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6323 class ProfileNotificationSummary < Struct.new( :current_profile_version, :latest_profile_version, :type, :profile_arn, :profile_name, :workload_id, :workload_name) SENSITIVE = [] include Aws::Structure end |
#workload_id ⇒ String
The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.
6323 6324 6325 6326 6327 6328 6329 6330 6331 6332 6333 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6323 class ProfileNotificationSummary < Struct.new( :current_profile_version, :latest_profile_version, :type, :profile_arn, :profile_name, :workload_id, :workload_name) SENSITIVE = [] include Aws::Structure end |
#workload_name ⇒ String
The name of the workload.
The name must be unique within an account within an Amazon Web Services Region. Spaces and capitalization are ignored when checking for uniqueness.
6323 6324 6325 6326 6327 6328 6329 6330 6331 6332 6333 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6323 class ProfileNotificationSummary < Struct.new( :current_profile_version, :latest_profile_version, :type, :profile_arn, :profile_name, :workload_id, :workload_name) SENSITIVE = [] include Aws::Structure end |