Class: Aws::Types::UpdateGeoMatchSetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#change_token::String

Returns the value of attribute change_token.

Returns:

  • (::String)


1064
1065
1066
# File 'sig/types.rbs', line 1064

def change_token
  @change_token
end

#geo_match_set_id::String

Returns the value of attribute geo_match_set_id.

Returns:

  • (::String)


1063
1064
1065
# File 'sig/types.rbs', line 1063

def geo_match_set_id
  @geo_match_set_id
end

#updates::Array[Types::GeoMatchSetUpdate]

Returns the value of attribute updates.

Returns:



1065
1066
1067
# File 'sig/types.rbs', line 1065

def updates
  @updates
end