Class: Aws::EC2::Types::GetRouteServerAssociationsResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::GetRouteServerAssociationsResult
 
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #route_server_associations  ⇒ Array<Types::RouteServerAssociation> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Information about the associations for the specified route server. 
Instance Attribute Details
#route_server_associations ⇒ Array<Types::RouteServerAssociation>
Information about the associations for the specified route server.
| 43056 43057 43058 43059 43060 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43056 class GetRouteServerAssociationsResult < Struct.new( :route_server_associations) SENSITIVE = [] include Aws::Structure end |