Class: Aws::LocationService::Types::CreateMapResponse

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

#create_timeTime

The timestamp for when the map resource was created in [ISO 8601] format: ‘YYYY-MM-DDThh:mm:ss.sssZ`.

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

Returns:

  • (Time)


1624
1625
1626
1627
1628
1629
1630
# File 'lib/aws-sdk-locationservice/types.rb', line 1624

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

#map_arnString

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`

^

Returns:

  • (String)


1624
1625
1626
1627
1628
1629
1630
# File 'lib/aws-sdk-locationservice/types.rb', line 1624

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

#map_nameString

The name of the map resource.

Returns:

  • (String)


1624
1625
1626
1627
1628
1629
1630
# File 'lib/aws-sdk-locationservice/types.rb', line 1624

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