Class: Aws::Types::MapConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:political_view])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_layers::Array[::String]

Returns the value of attribute custom_layers.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


1094
1095
1096
# File 'sig/types.rbs', line 1094

def political_view
  @political_view
end

#style::String

Returns the value of attribute style.

Returns:

  • (::String)


1093
1094
1095
# File 'sig/types.rbs', line 1093

def style
  @style
end