Class: Aws::Types::UpdateMapRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMapRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_update ⇒ Types::MapConfigurationUpdate
Returns the value of attribute configuration_update.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#map_name ⇒ ::String
Returns the value of attribute map_name.
-
#pricing_plan ⇒ "RequestBasedUsage", ...
Returns the value of attribute pricing_plan.
Instance Attribute Details
#configuration_update ⇒ Types::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.
1395 1396 1397 |
# File 'sig/types.rbs', line 1395 def description @description end |
#map_name ⇒ ::String
Returns the value of attribute map_name.
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.
1394 1395 1396 |
# File 'sig/types.rbs', line 1394 def pricing_plan @pricing_plan end |