Class: Aws::LocationService::Types::UpdatePlaceIndexResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::UpdatePlaceIndexResponse
- Defined in:
- gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#index_arn ⇒ String
The Amazon Resource Name (ARN) of the upated place index resource.
-
#index_name ⇒ String
The name of the updated place index resource.
-
#update_time ⇒ Time
The timestamp for when the place index resource was last updated in [ ISO 8601][1] format:
YYYY-MM-DDThh:mm:ss.sssZ
.
Instance Attribute Details
#index_arn ⇒ String
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
^
6830 6831 6832 6833 6834 6835 6836 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6830 class UpdatePlaceIndexResponse < Struct.new( :index_name, :index_arn, :update_time) SENSITIVE = [] include Aws::Structure end |
#index_name ⇒ String
The name of the updated place index resource.
6830 6831 6832 6833 6834 6835 6836 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6830 class UpdatePlaceIndexResponse < Struct.new( :index_name, :index_arn, :update_time) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ Time
The timestamp for when the place index resource was last updated in
ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ
.
6830 6831 6832 6833 6834 6835 6836 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6830 class UpdatePlaceIndexResponse < Struct.new( :index_name, :index_arn, :update_time) SENSITIVE = [] include Aws::Structure end |