Class: Aws::LocationService::Types::UpdateMapResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::UpdateMapResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-locationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#map_arn ⇒ String
The Amazon Resource Name (ARN) of the updated map resource.
-
#map_name ⇒ String
The name of the updated map resource.
-
#update_time ⇒ Time
The timestamp for when the map resource was last updated in [ ISO 8601] format: ‘YYYY-MM-DDThh:mm:ss.sssZ`.
Instance Attribute Details
#map_arn ⇒ String
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`
^
6769 6770 6771 6772 6773 6774 6775 |
# File 'lib/aws-sdk-locationservice/types.rb', line 6769 class UpdateMapResponse < Struct.new( :map_name, :map_arn, :update_time) SENSITIVE = [] include Aws::Structure end |
#map_name ⇒ String
The name of the updated map resource.
6769 6770 6771 6772 6773 6774 6775 |
# File 'lib/aws-sdk-locationservice/types.rb', line 6769 class UpdateMapResponse < Struct.new( :map_name, :map_arn, :update_time) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ Time
The timestamp for when the map resource was last updated in [ ISO 8601] format: ‘YYYY-MM-DDThh:mm:ss.sssZ`.
6769 6770 6771 6772 6773 6774 6775 |
# File 'lib/aws-sdk-locationservice/types.rb', line 6769 class UpdateMapResponse < Struct.new( :map_name, :map_arn, :update_time) SENSITIVE = [] include Aws::Structure end |