Class: Aws::Types::SourceIpConditionConfig
- Inherits:
-
Object
- Object
- Aws::Types::SourceIpConditionConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ip_address_type ⇒ "ipv4", "ipv6"
Returns the value of attribute ip_address_type.
-
#values ⇒ ::Array[::String]
Returns the value of attribute values.
Instance Attribute Details
#ip_address_type ⇒ "ipv4", "ipv6"
Returns the value of attribute ip_address_type.
1052 1053 1054 |
# File 'sig/types.rbs', line 1052 def ip_address_type @ip_address_type end |
#values ⇒ ::Array[::String]
Returns the value of attribute values.
1051 1052 1053 |
# File 'sig/types.rbs', line 1051 def values @values end |