Class: Aws::LocationService::Types::DescribeGeofenceCollectionResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#collection_arnString

The Amazon Resource Name (ARN) for the geofence collection resource. Used when you need to specify a resource across all Amazon Web Services.

  • Format example: arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollection

^

Returns:

  • (String)


2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2301

class DescribeGeofenceCollectionResponse < Struct.new(
  :collection_arn,
  :collection_name,
  :create_time,
  :description,
  :geofence_count,
  :kms_key_id,
  :pricing_plan,
  :pricing_plan_data_source,
  :tags,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#collection_nameString

The name of the geofence collection.

Returns:

  • (String)


2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2301

class DescribeGeofenceCollectionResponse < Struct.new(
  :collection_arn,
  :collection_name,
  :create_time,
  :description,
  :geofence_count,
  :kms_key_id,
  :pricing_plan,
  :pricing_plan_data_source,
  :tags,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#create_timeTime

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

Returns:

  • (Time)


2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2301

class DescribeGeofenceCollectionResponse < Struct.new(
  :collection_arn,
  :collection_name,
  :create_time,
  :description,
  :geofence_count,
  :kms_key_id,
  :pricing_plan,
  :pricing_plan_data_source,
  :tags,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The optional description for the geofence collection.

Returns:

  • (String)


2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2301

class DescribeGeofenceCollectionResponse < Struct.new(
  :collection_arn,
  :collection_name,
  :create_time,
  :description,
  :geofence_count,
  :kms_key_id,
  :pricing_plan,
  :pricing_plan_data_source,
  :tags,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#geofence_countInteger

The number of geofences in the geofence collection.

Returns:

  • (Integer)


2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2301

class DescribeGeofenceCollectionResponse < Struct.new(
  :collection_arn,
  :collection_name,
  :create_time,
  :description,
  :geofence_count,
  :kms_key_id,
  :pricing_plan,
  :pricing_plan_data_source,
  :tags,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_idString

A key identifier for an Amazon Web Services KMS customer managed key assigned to the Amazon Location resource

Returns:

  • (String)


2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2301

class DescribeGeofenceCollectionResponse < Struct.new(
  :collection_arn,
  :collection_name,
  :create_time,
  :description,
  :geofence_count,
  :kms_key_id,
  :pricing_plan,
  :pricing_plan_data_source,
  :tags,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#pricing_planString

No longer used. Always returns RequestBasedUsage.

Returns:

  • (String)


2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2301

class DescribeGeofenceCollectionResponse < Struct.new(
  :collection_arn,
  :collection_name,
  :create_time,
  :description,
  :geofence_count,
  :kms_key_id,
  :pricing_plan,
  :pricing_plan_data_source,
  :tags,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#pricing_plan_data_sourceString

No longer used. Always returns an empty string.

Returns:

  • (String)


2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2301

class DescribeGeofenceCollectionResponse < Struct.new(
  :collection_arn,
  :collection_name,
  :create_time,
  :description,
  :geofence_count,
  :kms_key_id,
  :pricing_plan,
  :pricing_plan_data_source,
  :tags,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Displays the key, value pairs of tags associated with this resource.

Returns:

  • (Hash<String,String>)


2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2301

class DescribeGeofenceCollectionResponse < Struct.new(
  :collection_arn,
  :collection_name,
  :create_time,
  :description,
  :geofence_count,
  :kms_key_id,
  :pricing_plan,
  :pricing_plan_data_source,
  :tags,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

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

Returns:

  • (Time)


2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2301

class DescribeGeofenceCollectionResponse < Struct.new(
  :collection_arn,
  :collection_name,
  :create_time,
  :description,
  :geofence_count,
  :kms_key_id,
  :pricing_plan,
  :pricing_plan_data_source,
  :tags,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end