Class: Aws::Types::GatewayNetwork
- Inherits:
-
Object
- Object
- Aws::Types::GatewayNetwork
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cidr_block ⇒ ::String
Returns the value of attribute cidr_block.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#cidr_block ⇒ ::String
Returns the value of attribute cidr_block.
854 855 856 |
# File 'sig/types.rbs', line 854 def cidr_block @cidr_block end |
#name ⇒ ::String
Returns the value of attribute name.
855 856 857 |
# File 'sig/types.rbs', line 855 def name @name end |