Class: Aws::Proton::Types::ServiceSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Proton::Types::ServiceSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-proton/types.rb
 
Overview
Summary data of an Proton service resource.
Constant Summary collapse
- SENSITIVE =
 [:description, :status_message]
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the service.
 - 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time when the service was created.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A description of the service.
 - 
  
    
      #last_modified_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time when the service was last modified.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the service.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the service.
 - 
  
    
      #status_message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A service status message.
 - 
  
    
      #template_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the service template.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the service.
      5255 5256 5257 5258 5259 5260 5261 5262 5263 5264 5265 5266  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5255 class ServiceSummary < Struct.new( :arn, :created_at, :description, :last_modified_at, :name, :status, :status_message, :template_name) SENSITIVE = [:description, :status_message] include Aws::Structure end  | 
  
#created_at ⇒ Time
The time when the service was created.
      5255 5256 5257 5258 5259 5260 5261 5262 5263 5264 5265 5266  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5255 class ServiceSummary < Struct.new( :arn, :created_at, :description, :last_modified_at, :name, :status, :status_message, :template_name) SENSITIVE = [:description, :status_message] include Aws::Structure end  | 
  
#description ⇒ String
A description of the service.
      5255 5256 5257 5258 5259 5260 5261 5262 5263 5264 5265 5266  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5255 class ServiceSummary < Struct.new( :arn, :created_at, :description, :last_modified_at, :name, :status, :status_message, :template_name) SENSITIVE = [:description, :status_message] include Aws::Structure end  | 
  
#last_modified_at ⇒ Time
The time when the service was last modified.
      5255 5256 5257 5258 5259 5260 5261 5262 5263 5264 5265 5266  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5255 class ServiceSummary < Struct.new( :arn, :created_at, :description, :last_modified_at, :name, :status, :status_message, :template_name) SENSITIVE = [:description, :status_message] include Aws::Structure end  | 
  
#name ⇒ String
The name of the service.
      5255 5256 5257 5258 5259 5260 5261 5262 5263 5264 5265 5266  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5255 class ServiceSummary < Struct.new( :arn, :created_at, :description, :last_modified_at, :name, :status, :status_message, :template_name) SENSITIVE = [:description, :status_message] include Aws::Structure end  | 
  
#status ⇒ String
The status of the service.
      5255 5256 5257 5258 5259 5260 5261 5262 5263 5264 5265 5266  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5255 class ServiceSummary < Struct.new( :arn, :created_at, :description, :last_modified_at, :name, :status, :status_message, :template_name) SENSITIVE = [:description, :status_message] include Aws::Structure end  | 
  
#status_message ⇒ String
A service status message.
      5255 5256 5257 5258 5259 5260 5261 5262 5263 5264 5265 5266  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5255 class ServiceSummary < Struct.new( :arn, :created_at, :description, :last_modified_at, :name, :status, :status_message, :template_name) SENSITIVE = [:description, :status_message] include Aws::Structure end  | 
  
#template_name ⇒ String
The name of the service template.
      5255 5256 5257 5258 5259 5260 5261 5262 5263 5264 5265 5266  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5255 class ServiceSummary < Struct.new( :arn, :created_at, :description, :last_modified_at, :name, :status, :status_message, :template_name) SENSITIVE = [:description, :status_message] include Aws::Structure end  |