Class: Aws::WellArchitected::Types::ProfileNotificationSummary

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

Instance Attribute Details

#current_profile_versionString

The current profile version.

Returns:

  • (String)


4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4568

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_versionString

The latest profile version.

Returns:

  • (String)


4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4568

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_arnString

The profile ARN.

Returns:

  • (String)


4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4568

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_nameString

The profile name.

Returns:

  • (String)


4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4568

class ProfileNotificationSummary < Struct.new(
  :current_profile_version,
  :latest_profile_version,
  :type,
  :profile_arn,
  :profile_name,
  :workload_id,
  :workload_name)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Type of notification.

Returns:

  • (String)


4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4568

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_idString

The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.

Returns:

  • (String)


4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4568

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_nameString

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.

Returns:

  • (String)


4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4568

class ProfileNotificationSummary < Struct.new(
  :current_profile_version,
  :latest_profile_version,
  :type,
  :profile_arn,
  :profile_name,
  :workload_id,
  :workload_name)
  SENSITIVE = []
  include Aws::Structure
end