Class: Aws::EC2::Types::GetRouteServerAssociationsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::GetRouteServerAssociationsResult
- Includes:
- Structure
- Defined in:
- 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.
39473 39474 39475 39476 39477 |
# File 'lib/aws-sdk-ec2/types.rb', line 39473 class GetRouteServerAssociationsResult < Struct.new( :route_server_associations) SENSITIVE = [] include Aws::Structure end |