Class: Aws::Types::UpdateMapRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_updateTypes::MapConfigurationUpdate

Returns the value of attribute configuration_update.



1396
1397
1398
# File 'sig/types.rbs', line 1396

def configuration_update
  @configuration_update
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1395
1396
1397
# File 'sig/types.rbs', line 1395

def description
  @description
end

#map_name::String

Returns the value of attribute map_name.

Returns:

  • (::String)


1393
1394
1395
# File 'sig/types.rbs', line 1393

def map_name
  @map_name
end

#pricing_plan"RequestBasedUsage", ...

Returns the value of attribute pricing_plan.

Returns:

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


1394
1395
1396
# File 'sig/types.rbs', line 1394

def pricing_plan
  @pricing_plan
end