Class: Aws::Types::LocationAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#device_id::String

Returns the value of attribute device_id.

Returns:

  • (::String)


3844
3845
3846
# File 'sig/types.rbs', line 3844

def device_id
  @device_id
end

#latitude::String

Returns the value of attribute latitude.

Returns:

  • (::String)


3846
3847
3848
# File 'sig/types.rbs', line 3846

def latitude
  @latitude
end

#longitude::String

Returns the value of attribute longitude.

Returns:

  • (::String)


3847
3848
3849
# File 'sig/types.rbs', line 3847

def longitude
  @longitude
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


3842
3843
3844
# File 'sig/types.rbs', line 3842

def role_arn
  @role_arn
end

#timestampTypes::LocationTimestamp

Returns the value of attribute timestamp.



3845
3846
3847
# File 'sig/types.rbs', line 3845

def timestamp
  @timestamp
end

#tracker_name::String

Returns the value of attribute tracker_name.

Returns:

  • (::String)


3843
3844
3845
# File 'sig/types.rbs', line 3843

def tracker_name
  @tracker_name
end