Class: Aws::LocationService::Types::ListGeofenceCollectionsResponseEntry

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb

Overview

Contains the geofence collection details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#collection_nameString

The name of the geofence collection.

Returns:

  • (String)


3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3893

class ListGeofenceCollectionsResponseEntry < Struct.new(
  :collection_name,
  :create_time,
  :description,
  :pricing_plan,
  :pricing_plan_data_source,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#create_timeTime

The timestamp for when the geofence collection was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ

Returns:

  • (Time)


3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3893

class ListGeofenceCollectionsResponseEntry < Struct.new(
  :collection_name,
  :create_time,
  :description,
  :pricing_plan,
  :pricing_plan_data_source,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description for the geofence collection

Returns:

  • (String)


3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3893

class ListGeofenceCollectionsResponseEntry < Struct.new(
  :collection_name,
  :create_time,
  :description,
  :pricing_plan,
  :pricing_plan_data_source,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#pricing_planString

No longer used. Always returns RequestBasedUsage.

Returns:

  • (String)


3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3893

class ListGeofenceCollectionsResponseEntry < Struct.new(
  :collection_name,
  :create_time,
  :description,
  :pricing_plan,
  :pricing_plan_data_source,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#pricing_plan_data_sourceString

No longer used. Always returns an empty string.

Returns:

  • (String)


3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3893

class ListGeofenceCollectionsResponseEntry < Struct.new(
  :collection_name,
  :create_time,
  :description,
  :pricing_plan,
  :pricing_plan_data_source,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

Specifies a timestamp for when the resource was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ

Returns:

  • (Time)


3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3893

class ListGeofenceCollectionsResponseEntry < Struct.new(
  :collection_name,
  :create_time,
  :description,
  :pricing_plan,
  :pricing_plan_data_source,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end