Class: Aws::Types::UpdateChannelResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


927
928
929
# File 'sig/types.rbs', line 927

def arn
  @arn
end

#channel_group_name::String

Returns the value of attribute channel_group_name.

Returns:

  • (::String)


929
930
931
# File 'sig/types.rbs', line 929

def channel_group_name
  @channel_group_name
end

#channel_name::String

Returns the value of attribute channel_name.

Returns:

  • (::String)


928
929
930
# File 'sig/types.rbs', line 928

def channel_name
  @channel_name
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


930
931
932
# File 'sig/types.rbs', line 930

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


932
933
934
# File 'sig/types.rbs', line 932

def description
  @description
end

#etag::String

Returns the value of attribute etag.

Returns:

  • (::String)


935
936
937
# File 'sig/types.rbs', line 935

def etag
  @etag
end

#ingest_endpoints::Array[Types::IngestEndpoint]

Returns the value of attribute ingest_endpoints.

Returns:



933
934
935
# File 'sig/types.rbs', line 933

def ingest_endpoints
  @ingest_endpoints
end

#input_switch_configurationTypes::InputSwitchConfiguration

Returns the value of attribute input_switch_configuration.



937
938
939
# File 'sig/types.rbs', line 937

def input_switch_configuration
  @input_switch_configuration
end

#input_type"HLS", "CMAF"

Returns the value of attribute input_type.

Returns:

  • ("HLS", "CMAF")


934
935
936
# File 'sig/types.rbs', line 934

def input_type
  @input_type
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


931
932
933
# File 'sig/types.rbs', line 931

def modified_at
  @modified_at
end

#output_header_configurationTypes::OutputHeaderConfiguration

Returns the value of attribute output_header_configuration.



938
939
940
# File 'sig/types.rbs', line 938

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")


939
940
941
# File 'sig/types.rbs', line 939

def output_locking_mode
  @output_locking_mode
end

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

Returns the value of attribute tags.

Returns:

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


936
937
938
# File 'sig/types.rbs', line 936

def tags
  @tags
end