Class: Aws::Types::CreateCidrCollectionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateCidrCollectionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collection ⇒ Types::CidrCollection
Returns the value of attribute collection.
-
#location ⇒ ::String
Returns the value of attribute location.
Instance Attribute Details
#collection ⇒ Types::CidrCollection
Returns the value of attribute collection.
202 203 204 |
# File 'sig/types.rbs', line 202 def collection @collection end |
#location ⇒ ::String
Returns the value of attribute location.
203 204 205 |
# File 'sig/types.rbs', line 203 def location @location end |