Class: Aws::Types::ComponentVariant
- Inherits:
-
Object
- Object
- Aws::Types::ComponentVariant
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#overrides ⇒ ::Hash[::String, ::Hash[::String, ::String]]
Returns the value of attribute overrides.
-
#variant_values ⇒ ::Hash[::String, ::String]
Returns the value of attribute variant_values.
Instance Attribute Details
#overrides ⇒ ::Hash[::String, ::Hash[::String, ::String]]
Returns the value of attribute overrides.
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.
257 258 259 |
# File 'sig/types.rbs', line 257 def variant_values @variant_values end |