Class: Aws::Types::UpdateIPSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateIPSetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#addresses ⇒ ::Array[::String]
Returns the value of attribute addresses.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#lock_token ⇒ ::String
Returns the value of attribute lock_token.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
Instance Attribute Details
#addresses ⇒ ::Array[::String]
Returns the value of attribute addresses.
1741 1742 1743 |
# File 'sig/types.rbs', line 1741 def addresses @addresses end |
#description ⇒ ::String
Returns the value of attribute description.
1740 1741 1742 |
# File 'sig/types.rbs', line 1740 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
1739 1740 1741 |
# File 'sig/types.rbs', line 1739 def id @id end |
#lock_token ⇒ ::String
Returns the value of attribute lock_token.
1742 1743 1744 |
# File 'sig/types.rbs', line 1742 def lock_token @lock_token end |
#name ⇒ ::String
Returns the value of attribute name.
1737 1738 1739 |
# File 'sig/types.rbs', line 1737 def name @name end |
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
1738 1739 1740 |
# File 'sig/types.rbs', line 1738 def scope @scope end |