Class: Aws::Types::NetworkRoute

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_cidr_block ⇒ ::String

Returns the value of attribute destination_cidr_block.

Returns:

  • (::String)


1439
1440
1441
# File 'sig/types.rbs', line 1439

def destination_cidr_block
  @destination_cidr_block
end

#destinations ⇒ ::Array[Types::NetworkRouteDestination]

Returns the value of attribute destinations.

Returns:



1440
1441
1442
# File 'sig/types.rbs', line 1440

def destinations
  @destinations
end

#prefix_list_id ⇒ ::String

Returns the value of attribute prefix_list_id.

Returns:

  • (::String)


1441
1442
1443
# File 'sig/types.rbs', line 1441

def prefix_list_id
  @prefix_list_id
end

#state ⇒ "ACTIVE", "BLACKHOLE"

Returns the value of attribute state.

Returns:

  • ("ACTIVE", "BLACKHOLE")


1442
1443
1444
# File 'sig/types.rbs', line 1442

def state
  @state
end

#type ⇒ "PROPAGATED", "STATIC"

Returns the value of attribute type.

Returns:

  • ("PROPAGATED", "STATIC")


1443
1444
1445
# File 'sig/types.rbs', line 1443

def type
  @type
end