Class: Aws::Types::EC2CopyRouteTableAction

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:

  • (::String)


231
232
233
# File 'sig/types.rbs', line 231

def description
  @description
end

#route_table_idTypes::ActionTarget

Returns the value of attribute route_table_id.

Returns:



233
234
235
# File 'sig/types.rbs', line 233

def route_table_id
  @route_table_id
end

#vpc_idTypes::ActionTarget

Returns the value of attribute vpc_id.

Returns:



232
233
234
# File 'sig/types.rbs', line 232

def vpc_id
  @vpc_id
end