Class: Aws::LocationService::Types::UpdateGeofenceCollectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::UpdateGeofenceCollectionResponse
- Defined in:
- gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:update_time]
Instance Attribute Summary collapse
-
#collection_arn ⇒ String
The Amazon Resource Name (ARN) of the updated geofence collection.
-
#collection_name ⇒ String
The name of the updated geofence collection.
-
#update_time ⇒ Time
The time when the geofence collection was last updated in [ISO 8601][1] format:
YYYY-MM-DDThh:mm:ss.sssZ
.
Instance Attribute Details
#collection_arn ⇒ String
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
^
6753 6754 6755 6756 6757 6758 6759 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6753 class UpdateGeofenceCollectionResponse < Struct.new( :collection_name, :collection_arn, :update_time) SENSITIVE = [:update_time] include Aws::Structure end |
#collection_name ⇒ String
The name of the updated geofence collection.
6753 6754 6755 6756 6757 6758 6759 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6753 class UpdateGeofenceCollectionResponse < Struct.new( :collection_name, :collection_arn, :update_time) SENSITIVE = [:update_time] include Aws::Structure end |
#update_time ⇒ Time
The time when the geofence collection was last updated in ISO
8601 format: YYYY-MM-DDThh:mm:ss.sssZ
6753 6754 6755 6756 6757 6758 6759 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6753 class UpdateGeofenceCollectionResponse < Struct.new( :collection_name, :collection_arn, :update_time) SENSITIVE = [:update_time] include Aws::Structure end |