Class: Aws::Types::CidrCollectionChange
- Inherits:
-
Object
- Object
- Aws::Types::CidrCollectionChange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "PUT", "DELETE_IF_EXISTS"
Returns the value of attribute action.
-
#cidr_list ⇒ ::Array[::String]
Returns the value of attribute cidr_list.
-
#location_name ⇒ ::String
Returns the value of attribute location_name.
Instance Attribute Details
#action ⇒ "PUT", "DELETE_IF_EXISTS"
Returns the value of attribute action.
133 134 135 |
# File 'sig/types.rbs', line 133 def action @action end |
#cidr_list ⇒ ::Array[::String]
Returns the value of attribute cidr_list.
134 135 136 |
# File 'sig/types.rbs', line 134 def cidr_list @cidr_list end |
#location_name ⇒ ::String
Returns the value of attribute location_name.
132 133 134 |
# File 'sig/types.rbs', line 132 def location_name @location_name end |