Class: Aws::Types::UpdateGeofenceCollectionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:update_time])

Instance Attribute Summary collapse

Instance Attribute Details

#collection_arn::String

Returns the value of attribute collection_arn.

Returns:

  • (::String)


1370
1371
1372
# File 'sig/types.rbs', line 1370

def collection_arn
  @collection_arn
end

#collection_name::String

Returns the value of attribute collection_name.

Returns:

  • (::String)


1369
1370
1371
# File 'sig/types.rbs', line 1369

def collection_name
  @collection_name
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


1371
1372
1373
# File 'sig/types.rbs', line 1371

def update_time
  @update_time
end