Class: Aws::LocationService::Types::UpdateMapResponse

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

#map_arnString

The Amazon Resource Name (ARN) of the updated map resource. Used to specify a resource across AWS.

  • Format example: arn:aws:geo:region:account-id:map/ExampleMap

^

Returns:

  • (String)


6450
6451
6452
6453
6454
6455
6456
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6450

class UpdateMapResponse < Struct.new(
  :map_arn,
  :map_name,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#map_nameString

The name of the updated map resource.

Returns:

  • (String)


6450
6451
6452
6453
6454
6455
6456
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6450

class UpdateMapResponse < Struct.new(
  :map_arn,
  :map_name,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

The timestamp for when the map resource was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

Returns:

  • (Time)


6450
6451
6452
6453
6454
6455
6456
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6450

class UpdateMapResponse < Struct.new(
  :map_arn,
  :map_name,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end