Class: Aws::LocationService::Types::CreateTrackerResponse

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

#create_timeTime

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

Returns:

  • (Time)


2063
2064
2065
2066
2067
2068
2069
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2063

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

#tracker_arnString

The Amazon Resource Name (ARN) for the tracker resource. Used when you need to specify a resource across all Amazon Web Services.

  • Format example: arn:aws:geo:region:account-id:tracker/ExampleTracker

^

Returns:

  • (String)


2063
2064
2065
2066
2067
2068
2069
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2063

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

#tracker_nameString

The name of the tracker resource.

Returns:

  • (String)


2063
2064
2065
2066
2067
2068
2069
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2063

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