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)


213
214
215
# File 'sig/types.rbs', line 213

def arn
  @arn
end

#audiences::Array[::String]

Returns the value of attribute audiences.

Returns:

  • (::Array[::String])


224
225
226
# File 'sig/types.rbs', line 224

def audiences
  @audiences
end

#channel_name::String

Returns the value of attribute channel_name.

Returns:

  • (::String)


214
215
216
# File 'sig/types.rbs', line 214

def channel_name
  @channel_name
end

#channel_state"RUNNING", "STOPPED"

Returns the value of attribute channel_state.

Returns:

  • ("RUNNING", "STOPPED")


215
216
217
# File 'sig/types.rbs', line 215

def channel_state
  @channel_state
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


216
217
218
# File 'sig/types.rbs', line 216

def creation_time
  @creation_time
end

#filler_slateTypes::SlateSource

Returns the value of attribute filler_slate.

Returns:



217
218
219
# File 'sig/types.rbs', line 217

def filler_slate
  @filler_slate
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


218
219
220
# File 'sig/types.rbs', line 218

def last_modified_time
  @last_modified_time
end

#outputs::Array[Types::ResponseOutputItem]

Returns the value of attribute outputs.

Returns:



219
220
221
# File 'sig/types.rbs', line 219

def outputs
  @outputs
end

#playback_mode::String

Returns the value of attribute playback_mode.

Returns:

  • (::String)


220
221
222
# File 'sig/types.rbs', line 220

def playback_mode
  @playback_mode
end

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

Returns the value of attribute tags.

Returns:

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


221
222
223
# File 'sig/types.rbs', line 221

def tags
  @tags
end

#tier::String

Returns the value of attribute tier.

Returns:

  • (::String)


222
223
224
# File 'sig/types.rbs', line 222

def tier
  @tier
end

#time_shift_configurationTypes::TimeShiftConfiguration

Returns the value of attribute time_shift_configuration.



223
224
225
# File 'sig/types.rbs', line 223

def time_shift_configuration
  @time_shift_configuration
end