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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#association_stateTypes::RouteTableAssociationState

The state of the association.



57268
57269
57270
57271
57272
57273
# File 'lib/aws-sdk-ec2/types.rb', line 57268

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

#new_association_idString

The ID of the new association.

Returns:

  • (String)


57268
57269
57270
57271
57272
57273
# File 'lib/aws-sdk-ec2/types.rb', line 57268

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