Class: Aws::Types::ChannelListConfiguration

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)


44
45
46
# File 'sig/types.rbs', line 44

def arn
  @arn
end

#channel_group_name::String

Returns the value of attribute channel_group_name.

Returns:

  • (::String)


46
47
48
# File 'sig/types.rbs', line 46

def channel_group_name
  @channel_group_name
end

#channel_name::String

Returns the value of attribute channel_name.

Returns:

  • (::String)


45
46
47
# File 'sig/types.rbs', line 45

def channel_name
  @channel_name
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


47
48
49
# File 'sig/types.rbs', line 47

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


49
50
51
# File 'sig/types.rbs', line 49

def description
  @description
end

#input_type"HLS", "CMAF"

Returns the value of attribute input_type.

Returns:

  • ("HLS", "CMAF")


50
51
52
# File 'sig/types.rbs', line 50

def input_type
  @input_type
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


48
49
50
# File 'sig/types.rbs', line 48

def modified_at
  @modified_at
end

#output_locking_mode"EPOCH_LOCKED", "NON_EPOCH_LOCKED"

Returns the value of attribute output_locking_mode.

Returns:

  • ("EPOCH_LOCKED", "NON_EPOCH_LOCKED")


51
52
53
# File 'sig/types.rbs', line 51

def output_locking_mode
  @output_locking_mode
end