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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#new_association_idString

The ID of the new association.

Returns:

  • (String)


29417
29418
29419
29420
# File 'lib/aws-sdk-ec2/types.rb', line 29417

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