Class: Aws::Types::CreatePlaceIndexResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:create_time])

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


345
346
347
# File 'sig/types.rbs', line 345

def create_time
  @create_time
end

#index_arn::String

Returns the value of attribute index_arn.

Returns:

  • (::String)


344
345
346
# File 'sig/types.rbs', line 344

def index_arn
  @index_arn
end

#index_name::String

Returns the value of attribute index_name.

Returns:

  • (::String)


343
344
345
# File 'sig/types.rbs', line 343

def index_name
  @index_name
end