Class: Aws::Types::MapConfigurationUpdate
- Inherits:
-
Object
- Object
- Aws::Types::MapConfigurationUpdate
- 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.
Instance Attribute Details
#custom_layers ⇒ ::Array[::String]
Returns the value of attribute custom_layers.
1101 1102 1103 |
# File 'sig/types.rbs', line 1101 def custom_layers @custom_layers end |
#political_view ⇒ ::String
Returns the value of attribute political_view.
1100 1101 1102 |
# File 'sig/types.rbs', line 1100 def political_view @political_view end |