Class: Aws::FMS::Types::EC2ReplaceRouteTableAssociationAction

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

Overview

Information about the ReplaceRouteTableAssociation action in Amazon EC2.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#association_idTypes::ActionTarget

Information about the association ID.

Returns:



1009
1010
1011
1012
1013
1014
1015
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1009

class EC2ReplaceRouteTableAssociationAction < Struct.new(
  :description,
  :association_id,
  :route_table_id)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the ReplaceRouteTableAssociation action in Amazon EC2.

Returns:

  • (String)


1009
1010
1011
1012
1013
1014
1015
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1009

class EC2ReplaceRouteTableAssociationAction < Struct.new(
  :description,
  :association_id,
  :route_table_id)
  SENSITIVE = []
  include Aws::Structure
end

#route_table_idTypes::ActionTarget

Information about the ID of the new route table to associate with the subnet.

Returns:



1009
1010
1011
1012
1013
1014
1015
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1009

class EC2ReplaceRouteTableAssociationAction < Struct.new(
  :description,
  :association_id,
  :route_table_id)
  SENSITIVE = []
  include Aws::Structure
end