Class: Aws::Proton::Types::RejectEnvironmentAccountConnectionOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Proton::Types::RejectEnvironmentAccountConnectionOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-proton/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #environment_account_connection  ⇒ Types::EnvironmentAccountConnection 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The environment connection account detail data that’s returned by Proton.
 
Instance Attribute Details
#environment_account_connection ⇒ Types::EnvironmentAccountConnection
The environment connection account detail data that’s returned by Proton.
      4406 4407 4408 4409 4410  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 4406 class RejectEnvironmentAccountConnectionOutput < Struct.new( :environment_account_connection) SENSITIVE = [] include Aws::Structure end  |