Class: Aws::Types::VpnStaticRoute

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)


19583
19584
19585
# File 'sig/types.rbs', line 19583

def destination_cidr_block
  @destination_cidr_block
end

#source"Static"

Returns the value of attribute source.

Returns:

  • ("Static")


19584
19585
19586
# File 'sig/types.rbs', line 19584

def source
  @source
end

#state"pending", ...

Returns the value of attribute state.

Returns:

  • ("pending", "available", "deleting", "deleted")


19585
19586
19587
# File 'sig/types.rbs', line 19585

def state
  @state
end