Class: Aws::EC2::Types::AssociateRouteTableResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Contains the output of AssociateRouteTable.

Instance Attribute Summary collapse

Instance Attribute Details

#association_idString

The route table association ID (needed to disassociate the route table).

Returns:

  • (String)


658
659
660
661
# File 'lib/aws-sdk-ec2/types.rb', line 658

class AssociateRouteTableResult < Struct.new(
  :association_id)
  include Aws::Structure
end