Class: Aws::Types::ListGeofencesResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#entries::Array[Types::ListGeofenceResponseEntry]

Returns the value of attribute entries.



894
895
896
# File 'sig/types.rbs', line 894

def entries
  @entries
end

#next_token::String

Returns the value of attribute next_token.



895
896
897
# File 'sig/types.rbs', line 895

def next_token
  @next_token
end