Class: Aws::Types::AwsEc2VpnConnectionRoutesDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEc2VpnConnectionRoutesDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_cidr_block ⇒ ::String
Returns the value of attribute destination_cidr_block.
-
#state ⇒ ::String
Returns the value of attribute state.
Instance Attribute Details
#destination_cidr_block ⇒ ::String
Returns the value of attribute destination_cidr_block.
2010 2011 2012 |
# File 'sig/types.rbs', line 2010 def destination_cidr_block @destination_cidr_block end |
#state ⇒ ::String
Returns the value of attribute state.
2011 2012 2013 |
# File 'sig/types.rbs', line 2011 def state @state end |