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

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

#create_timeTime

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

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

Returns:

  • (Time)


1761
1762
1763
1764
1765
1766
1767
# File 'lib/aws-sdk-locationservice/types.rb', line 1761

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)


1761
1762
1763
1764
1765
1766
1767
# File 'lib/aws-sdk-locationservice/types.rb', line 1761

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)


1761
1762
1763
1764
1765
1766
1767
# File 'lib/aws-sdk-locationservice/types.rb', line 1761

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