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)


1763
1764
1765
1766
1767
1768
1769
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 1763

class CreatePlaceIndexResponse < Struct.new(
  :index_name,
  :index_arn,
  :create_time)
  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)


1763
1764
1765
1766
1767
1768
1769
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 1763

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

#index_nameString

The name for the place index resource.

Returns:

  • (String)


1763
1764
1765
1766
1767
1768
1769
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 1763

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