Class: Aws::Types::CIDRSummary
- Inherits:
-
Object
- Object
- Aws::Types::CIDRSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#available_cidr_count ⇒ ::Integer
Returns the value of attribute available_cidr_count.
-
#ip_set_references ⇒ ::Hash[::String, Types::IPSetMetadata]
Returns the value of attribute ip_set_references.
-
#utilized_cidr_count ⇒ ::Integer
Returns the value of attribute utilized_cidr_count.
Instance Attribute Details
#available_cidr_count ⇒ ::Integer
Returns the value of attribute available_cidr_count.
143 144 145 |
# File 'sig/types.rbs', line 143 def available_cidr_count @available_cidr_count end |
#ip_set_references ⇒ ::Hash[::String, Types::IPSetMetadata]
Returns the value of attribute ip_set_references.
145 146 147 |
# File 'sig/types.rbs', line 145 def ip_set_references @ip_set_references end |
#utilized_cidr_count ⇒ ::Integer
Returns the value of attribute utilized_cidr_count.
144 145 146 |
# File 'sig/types.rbs', line 144 def utilized_cidr_count @utilized_cidr_count end |