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.
641 642 643 |
# File 'sig/types.rbs', line 641 def ip_set_id @ip_set_id end |
#name ⇒ ::String
Returns the value of attribute name.
642 643 644 |
# File 'sig/types.rbs', line 642 def name @name end |