Class: Aws::Types::LocalGatewayRouteTable

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#local_gateway_id::String

Returns the value of attribute local_gateway_id.

Returns:

  • (::String)


13549
13550
13551
# File 'sig/types.rbs', line 13549

def local_gateway_id
  @local_gateway_id
end

#local_gateway_route_table_arn::String

Returns the value of attribute local_gateway_route_table_arn.

Returns:

  • (::String)


13548
13549
13550
# File 'sig/types.rbs', line 13548

def local_gateway_route_table_arn
  @local_gateway_route_table_arn
end

#local_gateway_route_table_id::String

Returns the value of attribute local_gateway_route_table_id.

Returns:

  • (::String)


13547
13548
13549
# File 'sig/types.rbs', line 13547

def local_gateway_route_table_id
  @local_gateway_route_table_id
end

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

Returns the value of attribute mode.

Returns:

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


13554
13555
13556
# File 'sig/types.rbs', line 13554

def mode
  @mode
end

#outpost_arn::String

Returns the value of attribute outpost_arn.

Returns:

  • (::String)


13550
13551
13552
# File 'sig/types.rbs', line 13550

def outpost_arn
  @outpost_arn
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


13551
13552
13553
# File 'sig/types.rbs', line 13551

def owner_id
  @owner_id
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


13552
13553
13554
# File 'sig/types.rbs', line 13552

def state
  @state
end

#state_reasonTypes::StateReason

Returns the value of attribute state_reason.

Returns:



13555
13556
13557
# File 'sig/types.rbs', line 13555

def state_reason
  @state_reason
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



13553
13554
13555
# File 'sig/types.rbs', line 13553

def tags
  @tags
end