Class: Aws::Proton::Types::GetServiceInstanceSyncStatusInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Proton::Types::GetServiceInstanceSyncStatusInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-proton/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #service_instance_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the service instance that you want the sync status input for.
 - 
  
    
      #service_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the service that the service instance belongs to.
 
Instance Attribute Details
#service_instance_name ⇒ String
The name of the service instance that you want the sync status input for.
      3052 3053 3054 3055 3056 3057  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 3052 class GetServiceInstanceSyncStatusInput < Struct.new( :service_instance_name, :service_name) SENSITIVE = [] include Aws::Structure end  | 
  
#service_name ⇒ String
The name of the service that the service instance belongs to.
      3052 3053 3054 3055 3056 3057  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 3052 class GetServiceInstanceSyncStatusInput < Struct.new( :service_instance_name, :service_name) SENSITIVE = [] include Aws::Structure end  |