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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-locationservice/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.

Returns:

  • (Time)


1606
1607
1608
1609
1610
1611
1612
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 1606

class CreateMapResponse < Struct.new(
  :create_time,
  :map_arn,
  :map_name)
  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)


1606
1607
1608
1609
1610
1611
1612
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 1606

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

#map_nameString

The name of the map resource.

Returns:

  • (String)


1606
1607
1608
1609
1610
1611
1612
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 1606

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