Class: Aws::WellArchitected::Types::LensUpgradeSummary

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

Overview

Lens upgrade summary return object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#current_lens_versionString

The current version of the lens.

Returns:

  • (String)


3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3119

class LensUpgradeSummary < Struct.new(
  :workload_id,
  :workload_name,
  :lens_alias,
  :lens_arn,
  :current_lens_version,
  :latest_lens_version,
  :resource_arn,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end

#latest_lens_versionString

The latest version of the lens.

Returns:

  • (String)


3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3119

class LensUpgradeSummary < Struct.new(
  :workload_id,
  :workload_name,
  :lens_alias,
  :lens_arn,
  :current_lens_version,
  :latest_lens_version,
  :resource_arn,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end

#lens_aliasString

The alias of the lens.

For Amazon Web Services official lenses, this is either the lens alias, such as serverless, or the lens ARN, such as arn:aws:wellarchitected:us-east-1::lens/serverless. Note that some operations (such as ExportLens and CreateLensShare) are not permitted on Amazon Web Services official lenses.

For custom lenses, this is the lens ARN, such as arn:aws:wellarchitected:us-west-2:123456789012:lens/0123456789abcdef01234567890abcdef.

Each lens is identified by its LensSummary$LensAlias.

Returns:

  • (String)


3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3119

class LensUpgradeSummary < Struct.new(
  :workload_id,
  :workload_name,
  :lens_alias,
  :lens_arn,
  :current_lens_version,
  :latest_lens_version,
  :resource_arn,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end

#lens_arnString

The ARN for the lens.

Returns:

  • (String)


3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3119

class LensUpgradeSummary < Struct.new(
  :workload_id,
  :workload_name,
  :lens_alias,
  :lens_arn,
  :current_lens_version,
  :latest_lens_version,
  :resource_arn,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

ResourceArn of the lens being upgraded

Returns:

  • (String)


3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3119

class LensUpgradeSummary < Struct.new(
  :workload_id,
  :workload_name,
  :lens_alias,
  :lens_arn,
  :current_lens_version,
  :latest_lens_version,
  :resource_arn,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end

#resource_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)


3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3119

class LensUpgradeSummary < Struct.new(
  :workload_id,
  :workload_name,
  :lens_alias,
  :lens_arn,
  :current_lens_version,
  :latest_lens_version,
  :resource_arn,
  :resource_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)


3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3119

class LensUpgradeSummary < Struct.new(
  :workload_id,
  :workload_name,
  :lens_alias,
  :lens_arn,
  :current_lens_version,
  :latest_lens_version,
  :resource_arn,
  :resource_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)


3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3119

class LensUpgradeSummary < Struct.new(
  :workload_id,
  :workload_name,
  :lens_alias,
  :lens_arn,
  :current_lens_version,
  :latest_lens_version,
  :resource_arn,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end