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.
1145 1146 1147 |
# File 'sig/types.rbs', line 1145 def description @description end |
#is_required ⇒ Boolean
Returns the value of attribute is_required.
1146 1147 1148 |
# File 'sig/types.rbs', line 1146 def is_required @is_required end |
#name ⇒ ::String
Returns the value of attribute name.
1144 1145 1146 |
# File 'sig/types.rbs', line 1144 def name @name end |
#supported_compression_types ⇒ ::Array[("None" | "Gzip")]
Returns the value of attribute supported_compression_types.
1148 1149 1150 |
# File 'sig/types.rbs', line 1148 def supported_compression_types @supported_compression_types end |
#supported_content_types ⇒ ::Array[::String]
Returns the value of attribute supported_content_types.
1147 1148 1149 |
# File 'sig/types.rbs', line 1147 def supported_content_types @supported_content_types end |
#supported_input_modes ⇒ ::Array[("Pipe" | "File" | "FastFile")]
Returns the value of attribute supported_input_modes.
1149 1150 1151 |
# File 'sig/types.rbs', line 1149 def supported_input_modes @supported_input_modes end |