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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#association_idString

The route table association ID. This ID is required for disassociating the route table.

Returns:

  • (String)


2303
2304
2305
2306
2307
2308
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2303

class AssociateRouteTableResult < Struct.new(
  :association_id,
  :association_state)
  SENSITIVE = []
  include Aws::Structure
end

#association_stateTypes::RouteTableAssociationState

The state of the association.



2303
2304
2305
2306
2307
2308
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2303

class AssociateRouteTableResult < Struct.new(
  :association_id,
  :association_state)
  SENSITIVE = []
  include Aws::Structure
end