Class: Aws::Types::GeoMatchSet

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#geo_match_constraints::Array[Types::GeoMatchConstraint]

Returns the value of attribute geo_match_constraints.

Returns:



400
401
402
# File 'sig/types.rbs', line 400

def geo_match_constraints
  @geo_match_constraints
end

#geo_match_set_id::String

Returns the value of attribute geo_match_set_id.

Returns:

  • (::String)


398
399
400
# File 'sig/types.rbs', line 398

def geo_match_set_id
  @geo_match_set_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


399
400
401
# File 'sig/types.rbs', line 399

def name
  @name
end