Class: Aws::Types::EC2AssociateRouteTableAction

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:



223
224
225
# File 'sig/types.rbs', line 223

def description
  @description
end

#gateway_idTypes::ActionTarget

Returns the value of attribute gateway_id.

Returns:



226
227
228
# File 'sig/types.rbs', line 226

def gateway_id
  @gateway_id
end

#route_table_idTypes::ActionTarget

Returns the value of attribute route_table_id.

Returns:



224
225
226
# File 'sig/types.rbs', line 224

def route_table_id
  @route_table_id
end

#subnet_idTypes::ActionTarget

Returns the value of attribute subnet_id.

Returns:



225
226
227
# File 'sig/types.rbs', line 225

def subnet_id
  @subnet_id
end