Class: Aws::LocationService::Types::CreateGeofenceCollectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::CreateGeofenceCollectionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-locationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collection_arn ⇒ String
The Amazon Resource Name (ARN) for the geofence collection resource.
-
#collection_name ⇒ String
The name for the geofence collection.
-
#create_time ⇒ Time
The timestamp for when the geofence collection was created in [ISO 8601] format: ‘YYYY-MM-DDThh:mm:ss.sssZ`.
Instance Attribute Details
#collection_arn ⇒ String
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`
^
1413 1414 1415 1416 1417 1418 1419 |
# File 'lib/aws-sdk-locationservice/types.rb', line 1413 class CreateGeofenceCollectionResponse < Struct.new( :collection_name, :collection_arn, :create_time) SENSITIVE = [] include Aws::Structure end |
#collection_name ⇒ String
The name for the geofence collection.
1413 1414 1415 1416 1417 1418 1419 |
# File 'lib/aws-sdk-locationservice/types.rb', line 1413 class CreateGeofenceCollectionResponse < Struct.new( :collection_name, :collection_arn, :create_time) SENSITIVE = [] include Aws::Structure end |
#create_time ⇒ Time
The timestamp for when the geofence collection was created in [ISO 8601] format: ‘YYYY-MM-DDThh:mm:ss.sssZ`
1413 1414 1415 1416 1417 1418 1419 |
# File 'lib/aws-sdk-locationservice/types.rb', line 1413 class CreateGeofenceCollectionResponse < Struct.new( :collection_name, :collection_arn, :create_time) SENSITIVE = [] include Aws::Structure end |