Class: Aws::LocationService::Types::UpdateTrackerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::UpdateTrackerResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-locationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tracker_arn ⇒ String
The Amazon Resource Name (ARN) of the updated tracker resource.
-
#tracker_name ⇒ String
The name of the updated tracker resource.
-
#update_time ⇒ Time
The timestamp for when the tracker resource was last updated in [ ISO 8601] format: ‘YYYY-MM-DDThh:mm:ss.sssZ`.
Instance Attribute Details
#tracker_arn ⇒ String
The Amazon Resource Name (ARN) of the updated tracker resource. Used to specify a resource across AWS.
-
Format example: ‘arn:aws:geo:region:account-id:tracker/ExampleTracker`
^
7002 7003 7004 7005 7006 7007 7008 |
# File 'lib/aws-sdk-locationservice/types.rb', line 7002 class UpdateTrackerResponse < Struct.new( :tracker_name, :tracker_arn, :update_time) SENSITIVE = [] include Aws::Structure end |
#tracker_name ⇒ String
The name of the updated tracker resource.
7002 7003 7004 7005 7006 7007 7008 |
# File 'lib/aws-sdk-locationservice/types.rb', line 7002 class UpdateTrackerResponse < Struct.new( :tracker_name, :tracker_arn, :update_time) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ Time
The timestamp for when the tracker resource was last updated in [ ISO 8601] format: ‘YYYY-MM-DDThh:mm:ss.sssZ`.
7002 7003 7004 7005 7006 7007 7008 |
# File 'lib/aws-sdk-locationservice/types.rb', line 7002 class UpdateTrackerResponse < Struct.new( :tracker_name, :tracker_arn, :update_time) SENSITIVE = [] include Aws::Structure end |