Class: Aws::LocationService::Types::UpdatePlaceIndexResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#index_arnString

The Amazon Resource Name (ARN) of the upated place index resource. Used to specify a resource across Amazon Web Services.

  • Format example: arn:aws:geo:region:account-id:place- index/ExamplePlaceIndex

^

Returns:

  • (String)


6511
6512
6513
6514
6515
6516
6517
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6511

class UpdatePlaceIndexResponse < Struct.new(
  :index_arn,
  :index_name,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#index_nameString

The name of the updated place index resource.

Returns:

  • (String)


6511
6512
6513
6514
6515
6516
6517
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6511

class UpdatePlaceIndexResponse < Struct.new(
  :index_arn,
  :index_name,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

The timestamp for when the place index resource was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

Returns:

  • (Time)


6511
6512
6513
6514
6515
6516
6517
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6511

class UpdatePlaceIndexResponse < Struct.new(
  :index_arn,
  :index_name,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end