Class: Aws::Types::SourceIpConditionConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#ip_address_type"ipv4", "ipv6"

Returns the value of attribute ip_address_type.

Returns:



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.

Returns:



1051
1052
1053
# File 'sig/types.rbs', line 1051

def values
  @values
end