Class: Aws::LocationService::Types::CreateGeofenceCollectionResponse

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)


1397
1398
1399
1400
1401
1402
1403
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 1397

class CreateGeofenceCollectionResponse < Struct.new(
  :collection_arn,
  :collection_name,
  :create_time)
  SENSITIVE = []
  include Aws::Structure
end

#collection_nameString

The name for the geofence collection.

Returns:

  • (String)


1397
1398
1399
1400
1401
1402
1403
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 1397

class CreateGeofenceCollectionResponse < Struct.new(
  :collection_arn,
  :collection_name,
  :create_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)


1397
1398
1399
1400
1401
1402
1403
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 1397

class CreateGeofenceCollectionResponse < Struct.new(
  :collection_arn,
  :collection_name,
  :create_time)
  SENSITIVE = []
  include Aws::Structure
end