Class: Aws::Types::ChannelSpecification
- Inherits:
-
Object
- Object
- Aws::Types::ChannelSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#is_required ⇒ Boolean
Returns the value of attribute is_required.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#supported_compression_types ⇒ ::Array[("None" | "Gzip")]
Returns the value of attribute supported_compression_types.
-
#supported_content_types ⇒ ::Array[::String]
Returns the value of attribute supported_content_types.
-
#supported_input_modes ⇒ ::Array[("Pipe" | "File" | "FastFile")]
Returns the value of attribute supported_input_modes.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1160 1161 1162 |
# File 'sig/types.rbs', line 1160 def description @description end |
#is_required ⇒ Boolean
Returns the value of attribute is_required.
1161 1162 1163 |
# File 'sig/types.rbs', line 1161 def is_required @is_required end |
#name ⇒ ::String
Returns the value of attribute name.
1159 1160 1161 |
# File 'sig/types.rbs', line 1159 def name @name end |
#supported_compression_types ⇒ ::Array[("None" | "Gzip")]
Returns the value of attribute supported_compression_types.
1163 1164 1165 |
# File 'sig/types.rbs', line 1163 def supported_compression_types @supported_compression_types end |
#supported_content_types ⇒ ::Array[::String]
Returns the value of attribute supported_content_types.
1162 1163 1164 |
# File 'sig/types.rbs', line 1162 def supported_content_types @supported_content_types end |
#supported_input_modes ⇒ ::Array[("Pipe" | "File" | "FastFile")]
Returns the value of attribute supported_input_modes.
1164 1165 1166 |
# File 'sig/types.rbs', line 1164 def supported_input_modes @supported_input_modes end |