Class: Aws::Types::ListGeofenceCollectionsResponseEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#collection_name::String

Returns the value of attribute collection_name.

Returns:



867
868
869
# File 'sig/types.rbs', line 867

def collection_name
  @collection_name
end

#create_time::Time

Returns the value of attribute create_time.

Returns:



871
872
873
# File 'sig/types.rbs', line 871

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:



868
869
870
# File 'sig/types.rbs', line 868

def description
  @description
end

#pricing_plan"RequestBasedUsage", ...

Returns the value of attribute pricing_plan.

Returns:



869
870
871
# File 'sig/types.rbs', line 869

def pricing_plan
  @pricing_plan
end

#pricing_plan_data_source::String

Returns the value of attribute pricing_plan_data_source.

Returns:



870
871
872
# File 'sig/types.rbs', line 870

def pricing_plan_data_source
  @pricing_plan_data_source
end

#update_time::Time

Returns the value of attribute update_time.

Returns:



872
873
874
# File 'sig/types.rbs', line 872

def update_time
  @update_time
end