Class: Aws::Types::CreateMapRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::MapConfiguration

Returns the value of attribute configuration.



318
319
320
# File 'sig/types.rbs', line 318

def configuration
  @configuration
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


320
321
322
# File 'sig/types.rbs', line 320

def description
  @description
end

#map_name::String

Returns the value of attribute map_name.

Returns:

  • (::String)


317
318
319
# File 'sig/types.rbs', line 317

def map_name
  @map_name
end

#pricing_plan"RequestBasedUsage", ...

Returns the value of attribute pricing_plan.

Returns:

  • ("RequestBasedUsage", "MobileAssetTracking", "MobileAssetManagement")


319
320
321
# File 'sig/types.rbs', line 319

def pricing_plan
  @pricing_plan
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


321
322
323
# File 'sig/types.rbs', line 321

def tags
  @tags
end