Class: Aws::WellArchitected::Types::ReviewTemplateSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WellArchitected::Types::ReviewTemplateSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-wellarchitected/types.rb
 
Overview
Summary of a review template.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Description of the review template.
 - 
  
    
      #lenses  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Lenses associated with the review template.
 - 
  
    
      #owner  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An Amazon Web Services account ID.
 - 
  
    
      #template_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The review template ARN.
 - 
  
    
      #template_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the review template.
 - 
  
    
      #update_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The latest status of a review template.
 - 
  
    
      #updated_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time recorded.
 
Instance Attribute Details
#description ⇒ String
Description of the review template.
      5259 5260 5261 5262 5263 5264 5265 5266 5267 5268 5269  | 
    
      # File '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  | 
  
#lenses ⇒ Array<String>
Lenses associated with the review template.
      5259 5260 5261 5262 5263 5264 5265 5266 5267 5268 5269  | 
    
      # File '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  | 
  
#owner ⇒ String
An Amazon Web Services account ID.
      5259 5260 5261 5262 5263 5264 5265 5266 5267 5268 5269  | 
    
      # File '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_arn ⇒ String
The review template ARN.
      5259 5260 5261 5262 5263 5264 5265 5266 5267 5268 5269  | 
    
      # File '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_name ⇒ String
The name of the review template.
      5259 5260 5261 5262 5263 5264 5265 5266 5267 5268 5269  | 
    
      # File '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_status ⇒ String
The latest status of a review template.
      5259 5260 5261 5262 5263 5264 5265 5266 5267 5268 5269  | 
    
      # File '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_at ⇒ Time
The date and time recorded.
      5259 5260 5261 5262 5263 5264 5265 5266 5267 5268 5269  | 
    
      # File '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  |