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:



383
384
385
# File 'sig/types.rbs', line 383

def geo_match_constraints
  @geo_match_constraints
end

#geo_match_set_id::String

Returns the value of attribute geo_match_set_id.

Returns:

  • (::String)


381
382
383
# File 'sig/types.rbs', line 381

def geo_match_set_id
  @geo_match_set_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


382
383
384
# File 'sig/types.rbs', line 382

def name
  @name
end