Class: Aws::Types::MapConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::MapConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_layers ⇒ ::Array[::String]
Returns the value of attribute custom_layers.
-
#political_view ⇒ ::String
Returns the value of attribute political_view.
-
#style ⇒ ::String
Returns the value of attribute style.
Instance Attribute Details
#custom_layers ⇒ ::Array[::String]
Returns the value of attribute custom_layers.
1095 1096 1097 |
# File 'sig/types.rbs', line 1095 def custom_layers @custom_layers end |
#political_view ⇒ ::String
Returns the value of attribute political_view.
1094 1095 1096 |
# File 'sig/types.rbs', line 1094 def political_view @political_view end |
#style ⇒ ::String
Returns the value of attribute style.
1093 1094 1095 |
# File 'sig/types.rbs', line 1093 def style @style end |