Class: Aws::Types::BatchPutGeofenceSuccess

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:create_time, :update_time])

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


153
154
155
# File 'sig/types.rbs', line 153

def create_time
  @create_time
end

#geofence_id::String

Returns the value of attribute geofence_id.

Returns:

  • (::String)


152
153
154
# File 'sig/types.rbs', line 152

def geofence_id
  @geofence_id
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


154
155
156
# File 'sig/types.rbs', line 154

def update_time
  @update_time
end