Class: Aws::Types::ListPlaceIndexesResponseEntry

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)


991
992
993
# File 'sig/types.rbs', line 991

def create_time
  @create_time
end

#data_source::String

Returns the value of attribute data_source.

Returns:

  • (::String)


989
990
991
# File 'sig/types.rbs', line 989

def data_source
  @data_source
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


988
989
990
# File 'sig/types.rbs', line 988

def description
  @description
end

#index_name::String

Returns the value of attribute index_name.

Returns:

  • (::String)


987
988
989
# File 'sig/types.rbs', line 987

def index_name
  @index_name
end

#pricing_plan"RequestBasedUsage", ...

Returns the value of attribute pricing_plan.

Returns:

  • ("RequestBasedUsage", "MobileAssetTracking", "MobileAssetManagement")


990
991
992
# File 'sig/types.rbs', line 990

def pricing_plan
  @pricing_plan
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


992
993
994
# File 'sig/types.rbs', line 992

def update_time
  @update_time
end