Class: Aws::Types::CreateChannelResponse

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)


95
96
97
# File 'sig/types.rbs', line 95

def arn
  @arn
end

#channel_group_name::String

Returns the value of attribute channel_group_name.

Returns:

  • (::String)


97
98
99
# File 'sig/types.rbs', line 97

def channel_group_name
  @channel_group_name
end

#channel_name::String

Returns the value of attribute channel_name.

Returns:

  • (::String)


96
97
98
# File 'sig/types.rbs', line 96

def channel_name
  @channel_name
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


98
99
100
# File 'sig/types.rbs', line 98

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


100
101
102
# File 'sig/types.rbs', line 100

def description
  @description
end

#etag::String

Returns the value of attribute etag.

Returns:

  • (::String)


103
104
105
# File 'sig/types.rbs', line 103

def etag
  @etag
end

#ingest_endpoints::Array[Types::IngestEndpoint]

Returns the value of attribute ingest_endpoints.

Returns:



101
102
103
# File 'sig/types.rbs', line 101

def ingest_endpoints
  @ingest_endpoints
end

#input_switch_configurationTypes::InputSwitchConfiguration

Returns the value of attribute input_switch_configuration.



105
106
107
# File 'sig/types.rbs', line 105

def input_switch_configuration
  @input_switch_configuration
end

#input_type"HLS", "CMAF"

Returns the value of attribute input_type.

Returns:

  • ("HLS", "CMAF")


102
103
104
# File 'sig/types.rbs', line 102

def input_type
  @input_type
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


99
100
101
# File 'sig/types.rbs', line 99

def modified_at
  @modified_at
end

#output_header_configurationTypes::OutputHeaderConfiguration

Returns the value of attribute output_header_configuration.



106
107
108
# File 'sig/types.rbs', line 106

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


107
108
109
# File 'sig/types.rbs', line 107

def output_locking_mode
  @output_locking_mode
end

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

Returns the value of attribute tags.

Returns:

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


104
105
106
# File 'sig/types.rbs', line 104

def tags
  @tags
end