Class: Aws::Types::CidrCollection
- Inherits:
-
Object
- Object
- Aws::Types::CidrCollection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
119 120 121 |
# File 'sig/types.rbs', line 119 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
120 121 122 |
# File 'sig/types.rbs', line 120 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
121 122 123 |
# File 'sig/types.rbs', line 121 def name @name end |
#version ⇒ ::Integer
Returns the value of attribute version.
122 123 124 |
# File 'sig/types.rbs', line 122 def version @version end |