Class: Aws::Types::PutGeofenceResponse

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)


1146
1147
1148
# File 'sig/types.rbs', line 1146

def create_time
  @create_time
end

#geofence_id::String

Returns the value of attribute geofence_id.

Returns:

  • (::String)


1145
1146
1147
# File 'sig/types.rbs', line 1145

def geofence_id
  @geofence_id
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


1147
1148
1149
# File 'sig/types.rbs', line 1147

def update_time
  @update_time
end