Class: Aws::Types::UpdateIPSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateIPSetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#activate ⇒ Boolean
Returns the value of attribute activate.
-
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
-
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
-
#ip_set_id ⇒ ::String
Returns the value of attribute ip_set_id.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#activate ⇒ Boolean
Returns the value of attribute activate.
3190 3191 3192 |
# File 'sig/types.rbs', line 3190 def activate @activate end |
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
3186 3187 3188 |
# File 'sig/types.rbs', line 3186 def detector_id @detector_id end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
3191 3192 3193 |
# File 'sig/types.rbs', line 3191 def expected_bucket_owner @expected_bucket_owner end |
#ip_set_id ⇒ ::String
Returns the value of attribute ip_set_id.
3187 3188 3189 |
# File 'sig/types.rbs', line 3187 def ip_set_id @ip_set_id end |
#location ⇒ ::String
Returns the value of attribute location.
3189 3190 3191 |
# File 'sig/types.rbs', line 3189 def location @location end |
#name ⇒ ::String
Returns the value of attribute name.
3188 3189 3190 |
# File 'sig/types.rbs', line 3188 def name @name end |