Class: Aws::Types::CidrBlockSummary
- Inherits:
-
Object
- Object
- Aws::Types::CidrBlockSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cidr_block ⇒ ::String
Returns the value of attribute cidr_block.
-
#location_name ⇒ ::String
Returns the value of attribute location_name.
Instance Attribute Details
#cidr_block ⇒ ::String
Returns the value of attribute cidr_block.
113 114 115 |
# File 'sig/types.rbs', line 113 def cidr_block @cidr_block end |
#location_name ⇒ ::String
Returns the value of attribute location_name.
114 115 116 |
# File 'sig/types.rbs', line 114 def location_name @location_name end |