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 =
[:create_time]
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`
^
1507 1508 1509 1510 1511 1512 1513 |
# File 'lib/aws-sdk-locationservice/types.rb', line 1507 class CreateGeofenceCollectionResponse < Struct.new( :collection_name, :collection_arn, :create_time) SENSITIVE = [:create_time] include Aws::Structure end |
#collection_name ⇒ String
The name for the geofence collection.
1507 1508 1509 1510 1511 1512 1513 |
# File 'lib/aws-sdk-locationservice/types.rb', line 1507 class CreateGeofenceCollectionResponse < Struct.new( :collection_name, :collection_arn, :create_time) SENSITIVE = [:create_time] 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`
1507 1508 1509 1510 1511 1512 1513 |
# File 'lib/aws-sdk-locationservice/types.rb', line 1507 class CreateGeofenceCollectionResponse < Struct.new( :collection_name, :collection_arn, :create_time) SENSITIVE = [:create_time] include Aws::Structure end |