Class: Aws::Types::UpdateIPSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateIPSetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#change_token ⇒ ::String
Returns the value of attribute change_token.
-
#ip_set_id ⇒ ::String
Returns the value of attribute ip_set_id.
-
#updates ⇒ ::Array[Types::IPSetUpdate]
Returns the value of attribute updates.
Instance Attribute Details
#change_token ⇒ ::String
Returns the value of attribute change_token.
1076 1077 1078 |
# File 'sig/types.rbs', line 1076 def change_token @change_token end |
#ip_set_id ⇒ ::String
Returns the value of attribute ip_set_id.
1075 1076 1077 |
# File 'sig/types.rbs', line 1075 def ip_set_id @ip_set_id end |
#updates ⇒ ::Array[Types::IPSetUpdate]
Returns the value of attribute updates.
1077 1078 1079 |
# File 'sig/types.rbs', line 1077 def updates @updates end |