Class: Aws::Types::CreateLocalGatewayRouteTableRequest

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)


2811
2812
2813
# File 'sig/types.rbs', line 2811

def dry_run
  @dry_run
end

#local_gateway_id::String

Returns the value of attribute local_gateway_id.

Returns:

  • (::String)


2808
2809
2810
# File 'sig/types.rbs', line 2808

def local_gateway_id
  @local_gateway_id
end

#mode"direct-vpc-routing", "coip"

Returns the value of attribute mode.

Returns:

  • ("direct-vpc-routing", "coip")


2809
2810
2811
# File 'sig/types.rbs', line 2809

def mode
  @mode
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2810
2811
2812
# File 'sig/types.rbs', line 2810

def tag_specifications
  @tag_specifications
end