Class: Aws::Types::LocalGatewayRoute

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#coip_pool_id::String

Returns the value of attribute coip_pool_id.

Returns:

  • (::String)


13219
13220
13221
# File 'sig/types.rbs', line 13219

def coip_pool_id
  @coip_pool_id
end

#destination_cidr_block::String

Returns the value of attribute destination_cidr_block.

Returns:

  • (::String)


13211
13212
13213
# File 'sig/types.rbs', line 13211

def destination_cidr_block
  @destination_cidr_block
end

#destination_prefix_list_id::String

Returns the value of attribute destination_prefix_list_id.

Returns:

  • (::String)


13221
13222
13223
# File 'sig/types.rbs', line 13221

def destination_prefix_list_id
  @destination_prefix_list_id
end

#local_gateway_route_table_arn::String

Returns the value of attribute local_gateway_route_table_arn.

Returns:

  • (::String)


13216
13217
13218
# File 'sig/types.rbs', line 13216

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)


13215
13216
13217
# File 'sig/types.rbs', line 13215

def local_gateway_route_table_id
  @local_gateway_route_table_id
end

#local_gateway_virtual_interface_group_id::String

Returns the value of attribute local_gateway_virtual_interface_group_id.

Returns:

  • (::String)


13212
13213
13214
# File 'sig/types.rbs', line 13212

def local_gateway_virtual_interface_group_id
  @local_gateway_virtual_interface_group_id
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


13220
13221
13222
# File 'sig/types.rbs', line 13220

def network_interface_id
  @network_interface_id
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


13217
13218
13219
# File 'sig/types.rbs', line 13217

def owner_id
  @owner_id
end

#state"pending", ...

Returns the value of attribute state.

Returns:

  • ("pending", "active", "blackhole", "deleting", "deleted")


13214
13215
13216
# File 'sig/types.rbs', line 13214

def state
  @state
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


13218
13219
13220
# File 'sig/types.rbs', line 13218

def subnet_id
  @subnet_id
end

#type"static", "propagated"

Returns the value of attribute type.

Returns:

  • ("static", "propagated")


13213
13214
13215
# File 'sig/types.rbs', line 13213

def type
  @type
end