Class: Aws::Types::ComponentVariant

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#overrides ⇒ ::Hash[::String, ::Hash[::String, ::String]]

Returns the value of attribute overrides.

Returns:

  • (::Hash[::String, ::Hash[::String, ::String]])


258
259
260
# File 'sig/types.rbs', line 258

def overrides
  @overrides
end

#variant_values ⇒ ::Hash[::String, ::String]

Returns the value of attribute variant_values.

Returns:

  • (::Hash[::String, ::String])


257
258
259
# File 'sig/types.rbs', line 257

def variant_values
  @variant_values
end