Class: Aws::LocationService::Types::UpdateGeofenceCollectionResponse

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) of the updated geofence collection. Used to specify a resource across Amazon Web Services.

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

^

Returns:

  • (String)


6627
6628
6629
6630
6631
6632
6633
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6627

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

#collection_nameString

The name of the updated geofence collection.

Returns:

  • (String)


6627
6628
6629
6630
6631
6632
6633
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6627

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

#update_timeTime

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

Returns:

  • (Time)


6627
6628
6629
6630
6631
6632
6633
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6627

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