Class: Aws::Types::CIDRSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#available_cidr_count::Integer

Returns the value of attribute available_cidr_count.

Returns:

  • (::Integer)


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.

Returns:



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.

Returns:

  • (::Integer)


144
145
146
# File 'sig/types.rbs', line 144

def utilized_cidr_count
  @utilized_cidr_count
end