Class: Aws::LocationService::Types::UpdateTrackerResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tracker_arnString

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

^

Returns:

  • (String)


6683
6684
6685
6686
6687
6688
6689
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6683

class UpdateTrackerResponse < Struct.new(
  :tracker_arn,
  :tracker_name,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#tracker_nameString

The name of the updated tracker resource.

Returns:

  • (String)


6683
6684
6685
6686
6687
6688
6689
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6683

class UpdateTrackerResponse < Struct.new(
  :tracker_arn,
  :tracker_name,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

The timestamp for when the tracker resource was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

Returns:

  • (Time)


6683
6684
6685
6686
6687
6688
6689
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6683

class UpdateTrackerResponse < Struct.new(
  :tracker_arn,
  :tracker_name,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end