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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


7004
7005
7006
7007
7008
7009
7010
# File 'lib/aws-sdk-locationservice/types.rb', line 7004

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

#tracker_nameString

The name of the updated tracker resource.

Returns:

  • (String)


7004
7005
7006
7007
7008
7009
7010
# File 'lib/aws-sdk-locationservice/types.rb', line 7004

class UpdateTrackerResponse < Struct.new(
  :tracker_name,
  :tracker_arn,
  :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`.

[1]: www.iso.org/iso-8601-date-and-time-format.html

Returns:

  • (Time)


7004
7005
7006
7007
7008
7009
7010
# File 'lib/aws-sdk-locationservice/types.rb', line 7004

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