Class: Aws::Types::CreateChannelRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_group_name::String

Returns the value of attribute channel_group_name.

Returns:

  • (::String)


82
83
84
# File 'sig/types.rbs', line 82

def channel_group_name
  @channel_group_name
end

#channel_name::String

Returns the value of attribute channel_name.

Returns:

  • (::String)


83
84
85
# File 'sig/types.rbs', line 83

def channel_name
  @channel_name
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


84
85
86
# File 'sig/types.rbs', line 84

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


86
87
88
# File 'sig/types.rbs', line 86

def description
  @description
end

#input_switch_configurationTypes::InputSwitchConfiguration

Returns the value of attribute input_switch_configuration.



87
88
89
# File 'sig/types.rbs', line 87

def input_switch_configuration
  @input_switch_configuration
end

#input_type"HLS", "CMAF"

Returns the value of attribute input_type.

Returns:

  • ("HLS", "CMAF")


85
86
87
# File 'sig/types.rbs', line 85

def input_type
  @input_type
end

#output_header_configurationTypes::OutputHeaderConfiguration

Returns the value of attribute output_header_configuration.



88
89
90
# File 'sig/types.rbs', line 88

def output_header_configuration
  @output_header_configuration
end

#output_locking_mode"EPOCH_LOCKED", "NON_EPOCH_LOCKED"

Returns the value of attribute output_locking_mode.

Returns:

  • ("EPOCH_LOCKED", "NON_EPOCH_LOCKED")


89
90
91
# File 'sig/types.rbs', line 89

def output_locking_mode
  @output_locking_mode
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


90
91
92
# File 'sig/types.rbs', line 90

def tags
  @tags
end