Class: Aws::AppIntegrationsService::Types::ApplicationSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AppIntegrationsService::Types::ApplicationSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-appintegrationsservice/types.rb
 
Overview
Summary information about the Application.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the Application.
 - 
  
    
      #created_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time when the application was created.
 - 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique identifier for the Application.
 - 
  
    
      #last_modified_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time when the application was last modified.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the application.
 - 
  
    
      #namespace  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The namespace of the application.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the Application.
      93 94 95 96 97 98 99 100 101 102  | 
    
      # File 'lib/aws-sdk-appintegrationsservice/types.rb', line 93 class ApplicationSummary < Struct.new( :arn, :id, :name, :namespace, :created_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#created_time ⇒ Time
The time when the application was created.
      93 94 95 96 97 98 99 100 101 102  | 
    
      # File 'lib/aws-sdk-appintegrationsservice/types.rb', line 93 class ApplicationSummary < Struct.new( :arn, :id, :name, :namespace, :created_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#id ⇒ String
A unique identifier for the Application.
      93 94 95 96 97 98 99 100 101 102  | 
    
      # File 'lib/aws-sdk-appintegrationsservice/types.rb', line 93 class ApplicationSummary < Struct.new( :arn, :id, :name, :namespace, :created_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_time ⇒ Time
The time when the application was last modified.
      93 94 95 96 97 98 99 100 101 102  | 
    
      # File 'lib/aws-sdk-appintegrationsservice/types.rb', line 93 class ApplicationSummary < Struct.new( :arn, :id, :name, :namespace, :created_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the application.
      93 94 95 96 97 98 99 100 101 102  | 
    
      # File 'lib/aws-sdk-appintegrationsservice/types.rb', line 93 class ApplicationSummary < Struct.new( :arn, :id, :name, :namespace, :created_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#namespace ⇒ String
The namespace of the application.
      93 94 95 96 97 98 99 100 101 102  | 
    
      # File 'lib/aws-sdk-appintegrationsservice/types.rb', line 93 class ApplicationSummary < Struct.new( :arn, :id, :name, :namespace, :created_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  |