Class: Aws::Types::UpdateChannelRequest

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)


917
918
919
# File 'sig/types.rbs', line 917

def channel_group_name
  @channel_group_name
end

#channel_name::String

Returns the value of attribute channel_name.

Returns:

  • (::String)


918
919
920
# File 'sig/types.rbs', line 918

def channel_name
  @channel_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


920
921
922
# File 'sig/types.rbs', line 920

def description
  @description
end

#etag::String

Returns the value of attribute etag.

Returns:

  • (::String)


919
920
921
# File 'sig/types.rbs', line 919

def etag
  @etag
end

#input_switch_configurationTypes::InputSwitchConfiguration

Returns the value of attribute input_switch_configuration.



921
922
923
# File 'sig/types.rbs', line 921

def input_switch_configuration
  @input_switch_configuration
end

#output_header_configurationTypes::OutputHeaderConfiguration

Returns the value of attribute output_header_configuration.



922
923
924
# File 'sig/types.rbs', line 922

def output_header_configuration
  @output_header_configuration
end