Class: Aws::Types::GetGeofenceResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Time

Returns the value of attribute create_time.

Returns:



675
676
677
# File 'sig/types.rbs', line 675

def create_time
  @create_time
end

#geofence_id::String

Returns the value of attribute geofence_id.

Returns:



672
673
674
# File 'sig/types.rbs', line 672

def geofence_id
  @geofence_id
end

#geofence_properties::Hash[::String, ::String]

Returns the value of attribute geofence_properties.

Returns:



677
678
679
# File 'sig/types.rbs', line 677

def geofence_properties
  @geofence_properties
end

#geometryTypes::GeofenceGeometry

Returns the value of attribute geometry.

Returns:



673
674
675
# File 'sig/types.rbs', line 673

def geometry
  @geometry
end

#status::String

Returns the value of attribute status.

Returns:



674
675
676
# File 'sig/types.rbs', line 674

def status
  @status
end

#update_time::Time

Returns the value of attribute update_time.

Returns:



676
677
678
# File 'sig/types.rbs', line 676

def update_time
  @update_time
end