Class: Aws::Types::AssociateRouteTableRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


674
675
676
# File 'sig/types.rbs', line 674

def dry_run
  @dry_run
end

#gateway_id::String

Returns the value of attribute gateway_id.

Returns:

  • (::String)


672
673
674
# File 'sig/types.rbs', line 672

def gateway_id
  @gateway_id
end

#public_ipv_4_pool::String

Returns the value of attribute public_ipv_4_pool.

Returns:

  • (::String)


673
674
675
# File 'sig/types.rbs', line 673

def public_ipv_4_pool
  @public_ipv_4_pool
end

#route_table_id::String

Returns the value of attribute route_table_id.

Returns:

  • (::String)


676
677
678
# File 'sig/types.rbs', line 676

def route_table_id
  @route_table_id
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


675
676
677
# File 'sig/types.rbs', line 675

def subnet_id
  @subnet_id
end