Class: Aws::Proton::Types::GetDeploymentInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Proton::Types::GetDeploymentInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-proton/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #component_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of a component that you want to get the detailed data for.
 - 
  
    
      #environment_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of a environment that you want to get the detailed data for.
 - 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the deployment that you want to get the detailed data for.
 - 
  
    
      #service_instance_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the service instance associated with the given deployment ID.
 - 
  
    
      #service_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the service associated with the given deployment ID.
 
Instance Attribute Details
#component_name ⇒ String
The name of a component that you want to get the detailed data for.
      2778 2779 2780 2781 2782 2783 2784 2785 2786  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 2778 class GetDeploymentInput < Struct.new( :component_name, :environment_name, :id, :service_instance_name, :service_name) SENSITIVE = [] include Aws::Structure end  | 
  
#environment_name ⇒ String
The name of a environment that you want to get the detailed data for.
      2778 2779 2780 2781 2782 2783 2784 2785 2786  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 2778 class GetDeploymentInput < Struct.new( :component_name, :environment_name, :id, :service_instance_name, :service_name) SENSITIVE = [] include Aws::Structure end  | 
  
#id ⇒ String
The ID of the deployment that you want to get the detailed data for.
      2778 2779 2780 2781 2782 2783 2784 2785 2786  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 2778 class GetDeploymentInput < Struct.new( :component_name, :environment_name, :id, :service_instance_name, :service_name) SENSITIVE = [] include Aws::Structure end  | 
  
#service_instance_name ⇒ String
The name of the service instance associated with the given deployment ID. ‘serviceName` must be specified to identify the service instance.
      2778 2779 2780 2781 2782 2783 2784 2785 2786  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 2778 class GetDeploymentInput < Struct.new( :component_name, :environment_name, :id, :service_instance_name, :service_name) SENSITIVE = [] include Aws::Structure end  | 
  
#service_name ⇒ String
The name of the service associated with the given deployment ID.
      2778 2779 2780 2781 2782 2783 2784 2785 2786  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 2778 class GetDeploymentInput < Struct.new( :component_name, :environment_name, :id, :service_instance_name, :service_name) SENSITIVE = [] include Aws::Structure end  |