Class: Aws::Proton::Types::ComponentSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Proton::Types::ComponentSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-proton/types.rb
 
Overview
Summary data of an Proton component resource.
For more information about components, see [Proton components] in the *Proton User Guide*.
[1]: docs.aws.amazon.com/proton/latest/userguide/ag-components.html
Constant Summary collapse
- SENSITIVE =
 [:deployment_status_message]
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the component.
 - 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time when the component was created.
 - 
  
    
      #deployment_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The component deployment status.
 - 
  
    
      #deployment_status_message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The message associated with the component deployment status.
 - 
  
    
      #environment_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the Proton environment that this component is associated with.
 - 
  
    
      #last_attempted_deployment_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the last attempted deployment of this component.
 - 
  
    
      #last_deployment_attempted_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time when a deployment of the component was last attempted.
 - 
  
    
      #last_deployment_succeeded_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time when the component was last deployed successfully.
 - 
  
    
      #last_modified_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time when the component was last modified.
 - 
  
    
      #last_succeeded_deployment_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the last successful deployment of this component.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the component.
 - 
  
    
      #service_instance_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the service instance that this component is attached to.
 - 
  
    
      #service_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the service that ‘serviceInstanceName` is associated with.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the component.
      424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 424 class ComponentSummary < Struct.new( :arn, :created_at, :deployment_status, :deployment_status_message, :environment_name, :last_attempted_deployment_id, :last_deployment_attempted_at, :last_deployment_succeeded_at, :last_modified_at, :last_succeeded_deployment_id, :name, :service_instance_name, :service_name) SENSITIVE = [:deployment_status_message] include Aws::Structure end  | 
  
#created_at ⇒ Time
The time when the component was created.
      424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 424 class ComponentSummary < Struct.new( :arn, :created_at, :deployment_status, :deployment_status_message, :environment_name, :last_attempted_deployment_id, :last_deployment_attempted_at, :last_deployment_succeeded_at, :last_modified_at, :last_succeeded_deployment_id, :name, :service_instance_name, :service_name) SENSITIVE = [:deployment_status_message] include Aws::Structure end  | 
  
#deployment_status ⇒ String
The component deployment status.
      424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 424 class ComponentSummary < Struct.new( :arn, :created_at, :deployment_status, :deployment_status_message, :environment_name, :last_attempted_deployment_id, :last_deployment_attempted_at, :last_deployment_succeeded_at, :last_modified_at, :last_succeeded_deployment_id, :name, :service_instance_name, :service_name) SENSITIVE = [:deployment_status_message] include Aws::Structure end  | 
  
#deployment_status_message ⇒ String
The message associated with the component deployment status.
      424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 424 class ComponentSummary < Struct.new( :arn, :created_at, :deployment_status, :deployment_status_message, :environment_name, :last_attempted_deployment_id, :last_deployment_attempted_at, :last_deployment_succeeded_at, :last_modified_at, :last_succeeded_deployment_id, :name, :service_instance_name, :service_name) SENSITIVE = [:deployment_status_message] include Aws::Structure end  | 
  
#environment_name ⇒ String
The name of the Proton environment that this component is associated with.
      424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 424 class ComponentSummary < Struct.new( :arn, :created_at, :deployment_status, :deployment_status_message, :environment_name, :last_attempted_deployment_id, :last_deployment_attempted_at, :last_deployment_succeeded_at, :last_modified_at, :last_succeeded_deployment_id, :name, :service_instance_name, :service_name) SENSITIVE = [:deployment_status_message] include Aws::Structure end  | 
  
#last_attempted_deployment_id ⇒ String
The ID of the last attempted deployment of this component.
      424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 424 class ComponentSummary < Struct.new( :arn, :created_at, :deployment_status, :deployment_status_message, :environment_name, :last_attempted_deployment_id, :last_deployment_attempted_at, :last_deployment_succeeded_at, :last_modified_at, :last_succeeded_deployment_id, :name, :service_instance_name, :service_name) SENSITIVE = [:deployment_status_message] include Aws::Structure end  | 
  
#last_deployment_attempted_at ⇒ Time
The time when a deployment of the component was last attempted.
      424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 424 class ComponentSummary < Struct.new( :arn, :created_at, :deployment_status, :deployment_status_message, :environment_name, :last_attempted_deployment_id, :last_deployment_attempted_at, :last_deployment_succeeded_at, :last_modified_at, :last_succeeded_deployment_id, :name, :service_instance_name, :service_name) SENSITIVE = [:deployment_status_message] include Aws::Structure end  | 
  
#last_deployment_succeeded_at ⇒ Time
The time when the component was last deployed successfully.
      424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 424 class ComponentSummary < Struct.new( :arn, :created_at, :deployment_status, :deployment_status_message, :environment_name, :last_attempted_deployment_id, :last_deployment_attempted_at, :last_deployment_succeeded_at, :last_modified_at, :last_succeeded_deployment_id, :name, :service_instance_name, :service_name) SENSITIVE = [:deployment_status_message] include Aws::Structure end  | 
  
#last_modified_at ⇒ Time
The time when the component was last modified.
      424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 424 class ComponentSummary < Struct.new( :arn, :created_at, :deployment_status, :deployment_status_message, :environment_name, :last_attempted_deployment_id, :last_deployment_attempted_at, :last_deployment_succeeded_at, :last_modified_at, :last_succeeded_deployment_id, :name, :service_instance_name, :service_name) SENSITIVE = [:deployment_status_message] include Aws::Structure end  | 
  
#last_succeeded_deployment_id ⇒ String
The ID of the last successful deployment of this component.
      424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 424 class ComponentSummary < Struct.new( :arn, :created_at, :deployment_status, :deployment_status_message, :environment_name, :last_attempted_deployment_id, :last_deployment_attempted_at, :last_deployment_succeeded_at, :last_modified_at, :last_succeeded_deployment_id, :name, :service_instance_name, :service_name) SENSITIVE = [:deployment_status_message] include Aws::Structure end  | 
  
#name ⇒ String
The name of the component.
      424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 424 class ComponentSummary < Struct.new( :arn, :created_at, :deployment_status, :deployment_status_message, :environment_name, :last_attempted_deployment_id, :last_deployment_attempted_at, :last_deployment_succeeded_at, :last_modified_at, :last_succeeded_deployment_id, :name, :service_instance_name, :service_name) SENSITIVE = [:deployment_status_message] include Aws::Structure end  | 
  
#service_instance_name ⇒ String
The name of the service instance that this component is attached to. Provided when a component is attached to a service instance.
      424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 424 class ComponentSummary < Struct.new( :arn, :created_at, :deployment_status, :deployment_status_message, :environment_name, :last_attempted_deployment_id, :last_deployment_attempted_at, :last_deployment_succeeded_at, :last_modified_at, :last_succeeded_deployment_id, :name, :service_instance_name, :service_name) SENSITIVE = [:deployment_status_message] include Aws::Structure end  | 
  
#service_name ⇒ String
The name of the service that ‘serviceInstanceName` is associated with. Provided when a component is attached to a service instance.
      424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 424 class ComponentSummary < Struct.new( :arn, :created_at, :deployment_status, :deployment_status_message, :environment_name, :last_attempted_deployment_id, :last_deployment_attempted_at, :last_deployment_succeeded_at, :last_modified_at, :last_succeeded_deployment_id, :name, :service_instance_name, :service_name) SENSITIVE = [:deployment_status_message] include Aws::Structure end  |