Class: Aws::Types::CreateGeofenceCollectionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#collection_name::String

Returns the value of attribute collection_name.

Returns:

  • (::String)


282
283
284
# File 'sig/types.rbs', line 282

def collection_name
  @collection_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


285
286
287
# File 'sig/types.rbs', line 285

def description
  @description
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


287
288
289
# File 'sig/types.rbs', line 287

def kms_key_id
  @kms_key_id
end

#pricing_plan"RequestBasedUsage", ...

Returns the value of attribute pricing_plan.

Returns:

  • ("RequestBasedUsage", "MobileAssetTracking", "MobileAssetManagement")


283
284
285
# File 'sig/types.rbs', line 283

def pricing_plan
  @pricing_plan
end

#pricing_plan_data_source::String

Returns the value of attribute pricing_plan_data_source.

Returns:

  • (::String)


284
285
286
# File 'sig/types.rbs', line 284

def pricing_plan_data_source
  @pricing_plan_data_source
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


286
287
288
# File 'sig/types.rbs', line 286

def tags
  @tags
end