Class: Aws::WellArchitected::Types::ProfileSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WellArchitected::Types::ProfileSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-wellarchitected/types.rb
 
Overview
Summary of a profile.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time recorded.
 - 
  
    
      #owner  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An Amazon Web Services account ID.
 - 
  
    
      #profile_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The profile ARN.
 - 
  
    
      #profile_description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The profile description.
 - 
  
    
      #profile_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The profile name.
 - 
  
    
      #profile_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The profile version.
 - 
  
    
      #updated_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time recorded.
 
Instance Attribute Details
#created_at ⇒ Time
The date and time recorded.
      4706 4707 4708 4709 4710 4711 4712 4713 4714 4715 4716  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 4706 class ProfileSummary < Struct.new( :profile_arn, :profile_version, :profile_name, :profile_description, :owner, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#owner ⇒ String
An Amazon Web Services account ID.
      4706 4707 4708 4709 4710 4711 4712 4713 4714 4715 4716  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 4706 class ProfileSummary < Struct.new( :profile_arn, :profile_version, :profile_name, :profile_description, :owner, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#profile_arn ⇒ String
The profile ARN.
      4706 4707 4708 4709 4710 4711 4712 4713 4714 4715 4716  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 4706 class ProfileSummary < Struct.new( :profile_arn, :profile_version, :profile_name, :profile_description, :owner, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#profile_description ⇒ String
The profile description.
      4706 4707 4708 4709 4710 4711 4712 4713 4714 4715 4716  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 4706 class ProfileSummary < Struct.new( :profile_arn, :profile_version, :profile_name, :profile_description, :owner, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#profile_name ⇒ String
The profile name.
      4706 4707 4708 4709 4710 4711 4712 4713 4714 4715 4716  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 4706 class ProfileSummary < Struct.new( :profile_arn, :profile_version, :profile_name, :profile_description, :owner, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#profile_version ⇒ String
The profile version.
      4706 4707 4708 4709 4710 4711 4712 4713 4714 4715 4716  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 4706 class ProfileSummary < Struct.new( :profile_arn, :profile_version, :profile_name, :profile_description, :owner, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#updated_at ⇒ Time
The date and time recorded.
      4706 4707 4708 4709 4710 4711 4712 4713 4714 4715 4716  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 4706 class ProfileSummary < Struct.new( :profile_arn, :profile_version, :profile_name, :profile_description, :owner, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end  |