Class: Aws::LocationService::Types::CreateMapResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::CreateMapResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-locationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#create_time ⇒ Time
The timestamp for when the map resource was created in [ISO 8601] format: ‘YYYY-MM-DDThh:mm:ss.sssZ`.
-
#map_arn ⇒ String
The Amazon Resource Name (ARN) for the map resource.
-
#map_name ⇒ String
The name of the map resource.
Instance Attribute Details
#create_time ⇒ Time
The timestamp for when the map resource was created in [ISO 8601] format: ‘YYYY-MM-DDThh:mm:ss.sssZ`.
1622 1623 1624 1625 1626 1627 1628 |
# File 'lib/aws-sdk-locationservice/types.rb', line 1622 class CreateMapResponse < Struct.new( :map_name, :map_arn, :create_time) SENSITIVE = [] include Aws::Structure end |
#map_arn ⇒ String
The Amazon Resource Name (ARN) for the map resource. Used to specify a resource across all Amazon Web Services.
-
Format example: ‘arn:aws:geo:region:account-id:map/ExampleMap`
^
1622 1623 1624 1625 1626 1627 1628 |
# File 'lib/aws-sdk-locationservice/types.rb', line 1622 class CreateMapResponse < Struct.new( :map_name, :map_arn, :create_time) SENSITIVE = [] include Aws::Structure end |
#map_name ⇒ String
The name of the map resource.
1622 1623 1624 1625 1626 1627 1628 |
# File 'lib/aws-sdk-locationservice/types.rb', line 1622 class CreateMapResponse < Struct.new( :map_name, :map_arn, :create_time) SENSITIVE = [] include Aws::Structure end |