Class: Aws::Types::ChannelSpecification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1160
1161
1162
# File 'sig/types.rbs', line 1160

def description
  @description
end

#is_requiredBoolean

Returns the value of attribute is_required.

Returns:

  • (Boolean)


1161
1162
1163
# File 'sig/types.rbs', line 1161

def is_required
  @is_required
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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.

Returns:

  • (::Array[("None" | "Gzip")])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[("Pipe" | "File" | "FastFile")])


1164
1165
1166
# File 'sig/types.rbs', line 1164

def supported_input_modes
  @supported_input_modes
end