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

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

Overview

Constant Summary collapse

SENSITIVE =
[:create_time]

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)


1507
1508
1509
1510
1511
1512
1513
# File 'lib/aws-sdk-locationservice/types.rb', line 1507

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

#collection_nameString

The name for the geofence collection.

Returns:

  • (String)


1507
1508
1509
1510
1511
1512
1513
# File 'lib/aws-sdk-locationservice/types.rb', line 1507

class CreateGeofenceCollectionResponse < Struct.new(
  :collection_name,
  :collection_arn,
  :create_time)
  SENSITIVE = [:create_time]
  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`

[1]: www.iso.org/iso-8601-date-and-time-format.html

Returns:

  • (Time)


1507
1508
1509
1510
1511
1512
1513
# File 'lib/aws-sdk-locationservice/types.rb', line 1507

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