Class: Aws::Types::StartPersonTrackingRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


1829
1830
1831
# File 'sig/types.rbs', line 1829

def client_request_token
  @client_request_token
end

#job_tag::String

Returns the value of attribute job_tag.

Returns:

  • (::String)


1831
1832
1833
# File 'sig/types.rbs', line 1831

def job_tag
  @job_tag
end

#notification_channelTypes::NotificationChannel

Returns the value of attribute notification_channel.



1830
1831
1832
# File 'sig/types.rbs', line 1830

def notification_channel
  @notification_channel
end

#videoTypes::Video

Returns the value of attribute video.

Returns:



1828
1829
1830
# File 'sig/types.rbs', line 1828

def video
  @video
end