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 =
[:create_time]
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`.
1716 1717 1718 1719 1720 1721 1722 |
# File 'lib/aws-sdk-locationservice/types.rb', line 1716 class CreateMapResponse < Struct.new( :map_name, :map_arn, :create_time) SENSITIVE = [:create_time] 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`
^
1716 1717 1718 1719 1720 1721 1722 |
# File 'lib/aws-sdk-locationservice/types.rb', line 1716 class CreateMapResponse < Struct.new( :map_name, :map_arn, :create_time) SENSITIVE = [:create_time] include Aws::Structure end |
#map_name ⇒ String
The name of the map resource.
1716 1717 1718 1719 1720 1721 1722 |
# File 'lib/aws-sdk-locationservice/types.rb', line 1716 class CreateMapResponse < Struct.new( :map_name, :map_arn, :create_time) SENSITIVE = [:create_time] include Aws::Structure end |