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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


6832
6833
6834
6835
6836
6837
6838
# File 'lib/aws-sdk-locationservice/types.rb', line 6832

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

#index_nameString

The name of the updated place index resource.

Returns:

  • (String)


6832
6833
6834
6835
6836
6837
6838
# File 'lib/aws-sdk-locationservice/types.rb', line 6832

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

#update_timeTime

The timestamp for when the place index resource was last updated in

ISO 8601][1

format: ‘YYYY-MM-DDThh:mm:ss.sssZ`.

[1]: www.iso.org/iso-8601-date-and-time-format.html

Returns:

  • (Time)


6832
6833
6834
6835
6836
6837
6838
# File 'lib/aws-sdk-locationservice/types.rb', line 6832

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