Class: Aws::Types::IPSet
- Inherits:
-
Object
- Object
- Aws::Types::IPSet
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ip_set_descriptors ⇒ ::Array[Types::IPSetDescriptor]
Returns the value of attribute ip_set_descriptors.
-
#ip_set_id ⇒ ::String
Returns the value of attribute ip_set_id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#ip_set_descriptors ⇒ ::Array[Types::IPSetDescriptor]
Returns the value of attribute ip_set_descriptors.
603 604 605 |
# File 'sig/types.rbs', line 603 def ip_set_descriptors @ip_set_descriptors end |
#ip_set_id ⇒ ::String
Returns the value of attribute ip_set_id.
601 602 603 |
# File 'sig/types.rbs', line 601 def ip_set_id @ip_set_id end |
#name ⇒ ::String
Returns the value of attribute name.
602 603 604 |
# File 'sig/types.rbs', line 602 def name @name end |