Class: Aws::WellArchitected::Types::ReviewTemplateSummary

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

Overview

Summary of a review template.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

Description of the review template.

Returns:

  • (String)


5259
5260
5261
5262
5263
5264
5265
5266
5267
5268
5269
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5259

class ReviewTemplateSummary < Struct.new(
  :description,
  :lenses,
  :owner,
  :updated_at,
  :template_arn,
  :template_name,
  :update_status)
  SENSITIVE = []
  include Aws::Structure
end

#lensesArray<String>

Lenses associated with the review template.

Returns:

  • (Array<String>)


5259
5260
5261
5262
5263
5264
5265
5266
5267
5268
5269
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5259

class ReviewTemplateSummary < Struct.new(
  :description,
  :lenses,
  :owner,
  :updated_at,
  :template_arn,
  :template_name,
  :update_status)
  SENSITIVE = []
  include Aws::Structure
end

#ownerString

An Amazon Web Services account ID.

Returns:

  • (String)


5259
5260
5261
5262
5263
5264
5265
5266
5267
5268
5269
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5259

class ReviewTemplateSummary < Struct.new(
  :description,
  :lenses,
  :owner,
  :updated_at,
  :template_arn,
  :template_name,
  :update_status)
  SENSITIVE = []
  include Aws::Structure
end

#template_arnString

The review template ARN.

Returns:

  • (String)


5259
5260
5261
5262
5263
5264
5265
5266
5267
5268
5269
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5259

class ReviewTemplateSummary < Struct.new(
  :description,
  :lenses,
  :owner,
  :updated_at,
  :template_arn,
  :template_name,
  :update_status)
  SENSITIVE = []
  include Aws::Structure
end

#template_nameString

The name of the review template.

Returns:

  • (String)


5259
5260
5261
5262
5263
5264
5265
5266
5267
5268
5269
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5259

class ReviewTemplateSummary < Struct.new(
  :description,
  :lenses,
  :owner,
  :updated_at,
  :template_arn,
  :template_name,
  :update_status)
  SENSITIVE = []
  include Aws::Structure
end

#update_statusString

The latest status of a review template.

Returns:

  • (String)


5259
5260
5261
5262
5263
5264
5265
5266
5267
5268
5269
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5259

class ReviewTemplateSummary < Struct.new(
  :description,
  :lenses,
  :owner,
  :updated_at,
  :template_arn,
  :template_name,
  :update_status)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The date and time recorded.

Returns:

  • (Time)


5259
5260
5261
5262
5263
5264
5265
5266
5267
5268
5269
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5259

class ReviewTemplateSummary < Struct.new(
  :description,
  :lenses,
  :owner,
  :updated_at,
  :template_arn,
  :template_name,
  :update_status)
  SENSITIVE = []
  include Aws::Structure
end