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

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

#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)


6771
6772
6773
6774
6775
6776
6777
# File 'lib/aws-sdk-locationservice/types.rb', line 6771

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

#map_nameString

The name of the updated map resource.

Returns:

  • (String)


6771
6772
6773
6774
6775
6776
6777
# File 'lib/aws-sdk-locationservice/types.rb', line 6771

class UpdateMapResponse < Struct.new(
  :map_name,
  :map_arn,
  :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`.

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

Returns:

  • (Time)


6771
6772
6773
6774
6775
6776
6777
# File 'lib/aws-sdk-locationservice/types.rb', line 6771

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