Class: Aws::Types::ReplaceRouteTableAssociationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#association_id::String

Returns the value of attribute association_id.

Returns:

  • (::String)


16491
16492
16493
# File 'sig/types.rbs', line 16491

def association_id
  @association_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


16490
16491
16492
# File 'sig/types.rbs', line 16490

def dry_run
  @dry_run
end

#route_table_id::String

Returns the value of attribute route_table_id.

Returns:

  • (::String)


16492
16493
16494
# File 'sig/types.rbs', line 16492

def route_table_id
  @route_table_id
end