Class: Aws::EC2::Types::ReplaceRouteTableAssociationResult

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

Overview

Contains the output of ReplaceRouteTableAssociation.

Instance Attribute Summary collapse

Instance Attribute Details

#new_association_idString

The ID of the new association.

Returns:

  • (String)


19199
19200
19201
19202
# File 'lib/aws-sdk-ec2/types.rb', line 19199

class ReplaceRouteTableAssociationResult < Struct.new(
  :new_association_id)
  include Aws::Structure
end