Class: Aws::WellArchitected::Types::WorkloadSummary

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

Overview

A workload summary return object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#improvement_statusString

The improvement status for a workload.

Returns:

  • (String)


6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6979

class WorkloadSummary < Struct.new(
  :workload_id,
  :workload_arn,
  :workload_name,
  :owner,
  :updated_at,
  :lenses,
  :risk_counts,
  :improvement_status,
  :profiles,
  :prioritized_risk_counts)
  SENSITIVE = []
  include Aws::Structure
end

#lensesArray<String>

The list of lenses associated with the workload. Each lens is identified by its LensSummary$LensAlias.

If a review template that specifies lenses is applied to the workload, those lenses are applied to the workload in addition to these lenses.

Returns:

  • (Array<String>)


6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6979

class WorkloadSummary < Struct.new(
  :workload_id,
  :workload_arn,
  :workload_name,
  :owner,
  :updated_at,
  :lenses,
  :risk_counts,
  :improvement_status,
  :profiles,
  :prioritized_risk_counts)
  SENSITIVE = []
  include Aws::Structure
end

#ownerString

An Amazon Web Services account ID.

Returns:

  • (String)


6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6979

class WorkloadSummary < Struct.new(
  :workload_id,
  :workload_arn,
  :workload_name,
  :owner,
  :updated_at,
  :lenses,
  :risk_counts,
  :improvement_status,
  :profiles,
  :prioritized_risk_counts)
  SENSITIVE = []
  include Aws::Structure
end

#prioritized_risk_countsHash<String,Integer>

A map from risk names to the count of how many questions have that rating.

Returns:

  • (Hash<String,Integer>)


6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6979

class WorkloadSummary < Struct.new(
  :workload_id,
  :workload_arn,
  :workload_name,
  :owner,
  :updated_at,
  :lenses,
  :risk_counts,
  :improvement_status,
  :profiles,
  :prioritized_risk_counts)
  SENSITIVE = []
  include Aws::Structure
end

#profilesArray<Types::WorkloadProfile>

Profile associated with a workload.

Returns:



6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6979

class WorkloadSummary < Struct.new(
  :workload_id,
  :workload_arn,
  :workload_name,
  :owner,
  :updated_at,
  :lenses,
  :risk_counts,
  :improvement_status,
  :profiles,
  :prioritized_risk_counts)
  SENSITIVE = []
  include Aws::Structure
end

#risk_countsHash<String,Integer>

A map from risk names to the count of how many questions have that rating.

Returns:

  • (Hash<String,Integer>)


6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6979

class WorkloadSummary < Struct.new(
  :workload_id,
  :workload_arn,
  :workload_name,
  :owner,
  :updated_at,
  :lenses,
  :risk_counts,
  :improvement_status,
  :profiles,
  :prioritized_risk_counts)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The date and time recorded.

Returns:

  • (Time)


6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6979

class WorkloadSummary < Struct.new(
  :workload_id,
  :workload_arn,
  :workload_name,
  :owner,
  :updated_at,
  :lenses,
  :risk_counts,
  :improvement_status,
  :profiles,
  :prioritized_risk_counts)
  SENSITIVE = []
  include Aws::Structure
end

#workload_arnString

The ARN for the workload.

Returns:

  • (String)


6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6979

class WorkloadSummary < Struct.new(
  :workload_id,
  :workload_arn,
  :workload_name,
  :owner,
  :updated_at,
  :lenses,
  :risk_counts,
  :improvement_status,
  :profiles,
  :prioritized_risk_counts)
  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)


6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6979

class WorkloadSummary < Struct.new(
  :workload_id,
  :workload_arn,
  :workload_name,
  :owner,
  :updated_at,
  :lenses,
  :risk_counts,
  :improvement_status,
  :profiles,
  :prioritized_risk_counts)
  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)


6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6979

class WorkloadSummary < Struct.new(
  :workload_id,
  :workload_arn,
  :workload_name,
  :owner,
  :updated_at,
  :lenses,
  :risk_counts,
  :improvement_status,
  :profiles,
  :prioritized_risk_counts)
  SENSITIVE = []
  include Aws::Structure
end