Class: Aws::Types::CreateIPSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateIPSetRequest
- 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.
-
#ip_address_version ⇒ "IPV4", "IPV6"
Returns the value of attribute ip_address_version.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#addresses ⇒ ::Array[::String]
Returns the value of attribute addresses.
229 230 231 |
# File 'sig/types.rbs', line 229 def addresses @addresses end |
#description ⇒ ::String
Returns the value of attribute description.
227 228 229 |
# File 'sig/types.rbs', line 227 def description @description end |
#ip_address_version ⇒ "IPV4", "IPV6"
Returns the value of attribute ip_address_version.
228 229 230 |
# File 'sig/types.rbs', line 228 def ip_address_version @ip_address_version end |
#name ⇒ ::String
Returns the value of attribute name.
225 226 227 |
# File 'sig/types.rbs', line 225 def name @name end |
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
226 227 228 |
# File 'sig/types.rbs', line 226 def scope @scope end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
230 231 232 |
# File 'sig/types.rbs', line 230 def @tags end |