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)


1145
1146
1147
# File 'sig/types.rbs', line 1145

def description
  @description
end

#is_requiredBoolean

Returns the value of attribute is_required.

Returns:

  • (Boolean)


1146
1147
1148
# File 'sig/types.rbs', line 1146

def is_required
  @is_required
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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.

Returns:

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


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.

Returns:

  • (::Array[::String])


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.

Returns:

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


1149
1150
1151
# File 'sig/types.rbs', line 1149

def supported_input_modes
  @supported_input_modes
end