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 =
[: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)


1456
1457
1458
1459
1460
1461
1462
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 1456

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)


1456
1457
1458
1459
1460
1461
1462
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 1456

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

Returns:

  • (Time)


1456
1457
1458
1459
1460
1461
1462
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 1456

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