Class: Aws::Types::ContentArtifactsConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ContentArtifactsConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mux_type ⇒ "ContentOnly"
Returns the value of attribute mux_type.
-
#state ⇒ "Enabled", "Disabled"
Returns the value of attribute state.
Instance Attribute Details
#mux_type ⇒ "ContentOnly"
Returns the value of attribute mux_type.
149 150 151 |
# File 'sig/types.rbs', line 149 def mux_type @mux_type end |
#state ⇒ "Enabled", "Disabled"
Returns the value of attribute state.
148 149 150 |
# File 'sig/types.rbs', line 148 def state @state end |