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

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

Overview

Constant Summary collapse

SENSITIVE =
[:update_time]

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)


6804
6805
6806
6807
6808
6809
6810
# File 'lib/aws-sdk-locationservice/types.rb', line 6804

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

#collection_nameString

The name of the updated geofence collection.

Returns:

  • (String)


6804
6805
6806
6807
6808
6809
6810
# File 'lib/aws-sdk-locationservice/types.rb', line 6804

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

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

Returns:

  • (Time)


6804
6805
6806
6807
6808
6809
6810
# File 'lib/aws-sdk-locationservice/types.rb', line 6804

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