Class: Aws::Types::UpdatePlaceIndexResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:update_time])

Instance Attribute Summary collapse

Instance Attribute Details

#index_arn::String

Returns the value of attribute index_arn.

Returns:

  • (::String)


1417
1418
1419
# File 'sig/types.rbs', line 1417

def index_arn
  @index_arn
end

#index_name::String

Returns the value of attribute index_name.

Returns:

  • (::String)


1416
1417
1418
# File 'sig/types.rbs', line 1416

def index_name
  @index_name
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


1418
1419
1420
# File 'sig/types.rbs', line 1418

def update_time
  @update_time
end