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)


760
761
762
# File 'sig/types.rbs', line 760

def dry_run
  @dry_run
end

#gateway_id::String

Returns the value of attribute gateway_id.

Returns:

  • (::String)


758
759
760
# File 'sig/types.rbs', line 758

def gateway_id
  @gateway_id
end

#public_ipv_4_pool::String

Returns the value of attribute public_ipv_4_pool.

Returns:

  • (::String)


759
760
761
# File 'sig/types.rbs', line 759

def public_ipv_4_pool
  @public_ipv_4_pool
end

#route_table_id::String

Returns the value of attribute route_table_id.

Returns:

  • (::String)


762
763
764
# File 'sig/types.rbs', line 762

def route_table_id
  @route_table_id
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


761
762
763
# File 'sig/types.rbs', line 761

def subnet_id
  @subnet_id
end