Class: Aws::Types::IPSet
- Inherits:
-
Object
- Object
- Aws::Types::IPSet
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#addresses ⇒ ::Array[::String]
Returns the value of attribute addresses.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#ip_address_version ⇒ "IPV4", "IPV6"
Returns the value of attribute ip_address_version.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#addresses ⇒ ::Array[::String]
Returns the value of attribute addresses.
847 848 849 |
# File 'sig/types.rbs', line 847 def addresses @addresses end |
#arn ⇒ ::String
Returns the value of attribute arn.
844 845 846 |
# File 'sig/types.rbs', line 844 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
845 846 847 |
# File 'sig/types.rbs', line 845 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
843 844 845 |
# File 'sig/types.rbs', line 843 def id @id end |
#ip_address_version ⇒ "IPV4", "IPV6"
Returns the value of attribute ip_address_version.
846 847 848 |
# File 'sig/types.rbs', line 846 def ip_address_version @ip_address_version end |
#name ⇒ ::String
Returns the value of attribute name.
842 843 844 |
# File 'sig/types.rbs', line 842 def name @name end |