Class: Aws::Types::CreateMapRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateMapRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ Types::MapConfiguration
Returns the value of attribute configuration.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#configuration ⇒ Types::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.
320 321 322 |
# File 'sig/types.rbs', line 320 def description @description end |
#map_name ⇒ ::String
Returns the value of attribute map_name.
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.
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.
321 322 323 |
# File 'sig/types.rbs', line 321 def @tags end |