Class: Aws::Types::DescribePlaceIndexResponse

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)


504
505
506
# File 'sig/types.rbs', line 504

def create_time
  @create_time
end

#data_source::String

Returns the value of attribute data_source.

Returns:

  • (::String)


506
507
508
# File 'sig/types.rbs', line 506

def data_source
  @data_source
end

#data_source_configurationTypes::DataSourceConfiguration

Returns the value of attribute data_source_configuration.



507
508
509
# File 'sig/types.rbs', line 507

def data_source_configuration
  @data_source_configuration
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


503
504
505
# File 'sig/types.rbs', line 503

def description
  @description
end

#index_arn::String

Returns the value of attribute index_arn.

Returns:

  • (::String)


501
502
503
# File 'sig/types.rbs', line 501

def index_arn
  @index_arn
end

#index_name::String

Returns the value of attribute index_name.

Returns:

  • (::String)


500
501
502
# File 'sig/types.rbs', line 500

def index_name
  @index_name
end

#pricing_plan"RequestBasedUsage", ...

Returns the value of attribute pricing_plan.

Returns:

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


502
503
504
# File 'sig/types.rbs', line 502

def pricing_plan
  @pricing_plan
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


508
509
510
# File 'sig/types.rbs', line 508

def tags
  @tags
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


505
506
507
# File 'sig/types.rbs', line 505

def update_time
  @update_time
end