Class: Aws::Types::GetChannelResponse

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)


433
434
435
# File 'sig/types.rbs', line 433

def arn
  @arn
end

#channel_group_name::String

Returns the value of attribute channel_group_name.

Returns:

  • (::String)


435
436
437
# File 'sig/types.rbs', line 435

def channel_group_name
  @channel_group_name
end

#channel_name::String

Returns the value of attribute channel_name.

Returns:

  • (::String)


434
435
436
# File 'sig/types.rbs', line 434

def channel_name
  @channel_name
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


436
437
438
# File 'sig/types.rbs', line 436

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


439
440
441
# File 'sig/types.rbs', line 439

def description
  @description
end

#etag::String

Returns the value of attribute etag.

Returns:

  • (::String)


442
443
444
# File 'sig/types.rbs', line 442

def etag
  @etag
end

#ingest_endpoints::Array[Types::IngestEndpoint]

Returns the value of attribute ingest_endpoints.

Returns:



440
441
442
# File 'sig/types.rbs', line 440

def ingest_endpoints
  @ingest_endpoints
end

#input_switch_configurationTypes::InputSwitchConfiguration

Returns the value of attribute input_switch_configuration.



444
445
446
# File 'sig/types.rbs', line 444

def input_switch_configuration
  @input_switch_configuration
end

#input_type"HLS", "CMAF"

Returns the value of attribute input_type.

Returns:

  • ("HLS", "CMAF")


441
442
443
# File 'sig/types.rbs', line 441

def input_type
  @input_type
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


437
438
439
# File 'sig/types.rbs', line 437

def modified_at
  @modified_at
end

#output_header_configurationTypes::OutputHeaderConfiguration

Returns the value of attribute output_header_configuration.



445
446
447
# File 'sig/types.rbs', line 445

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


446
447
448
# File 'sig/types.rbs', line 446

def output_locking_mode
  @output_locking_mode
end

#reset_at::Time

Returns the value of attribute reset_at.

Returns:

  • (::Time)


438
439
440
# File 'sig/types.rbs', line 438

def reset_at
  @reset_at
end

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

Returns the value of attribute tags.

Returns:

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


443
444
445
# File 'sig/types.rbs', line 443

def tags
  @tags
end