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:



1242
1243
1244
# File 'sig/types.rbs', line 1242

def arn
  @arn
end

#audiences::Array[::String]

Returns the value of attribute audiences.

Returns:



1253
1254
1255
# File 'sig/types.rbs', line 1253

def audiences
  @audiences
end

#channel_name::String

Returns the value of attribute channel_name.

Returns:



1243
1244
1245
# File 'sig/types.rbs', line 1243

def channel_name
  @channel_name
end

#channel_state"RUNNING", "STOPPED"

Returns the value of attribute channel_state.

Returns:



1244
1245
1246
# File 'sig/types.rbs', line 1244

def channel_state
  @channel_state
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:



1245
1246
1247
# File 'sig/types.rbs', line 1245

def creation_time
  @creation_time
end

#filler_slateTypes::SlateSource

Returns the value of attribute filler_slate.

Returns:



1246
1247
1248
# File 'sig/types.rbs', line 1246

def filler_slate
  @filler_slate
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:



1247
1248
1249
# File 'sig/types.rbs', line 1247

def last_modified_time
  @last_modified_time
end

#outputs::Array[Types::ResponseOutputItem]

Returns the value of attribute outputs.

Returns:



1248
1249
1250
# File 'sig/types.rbs', line 1248

def outputs
  @outputs
end

#playback_mode::String

Returns the value of attribute playback_mode.

Returns:



1249
1250
1251
# File 'sig/types.rbs', line 1249

def playback_mode
  @playback_mode
end

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

Returns the value of attribute tags.

Returns:



1250
1251
1252
# File 'sig/types.rbs', line 1250

def tags
  @tags
end

#tier::String

Returns the value of attribute tier.

Returns:



1251
1252
1253
# File 'sig/types.rbs', line 1251

def tier
  @tier
end

#time_shift_configurationTypes::TimeShiftConfiguration

Returns the value of attribute time_shift_configuration.

Returns:



1252
1253
1254
# File 'sig/types.rbs', line 1252

def time_shift_configuration
  @time_shift_configuration
end