Class: Aws::LocationService::Types::CreatePlaceIndexResponse

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

#create_timeTime

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

Returns:

  • (Time)


1745
1746
1747
1748
1749
1750
1751
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 1745

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

#index_arnString

The Amazon Resource Name (ARN) for the 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)


1745
1746
1747
1748
1749
1750
1751
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 1745

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

#index_nameString

The name for the place index resource.

Returns:

  • (String)


1745
1746
1747
1748
1749
1750
1751
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 1745

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