Class: Aws::Types::IPSetSummary
- Inherits:
-
Object
- Object
- Aws::Types::IPSetSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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_id ⇒ ::String
Returns the value of attribute ip_set_id.
614 615 616 |
# File 'sig/types.rbs', line 614 def ip_set_id @ip_set_id end |
#name ⇒ ::String
Returns the value of attribute name.
615 616 617 |
# File 'sig/types.rbs', line 615 def name @name end |