Class: Aws::Types::Channel

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)


127
128
129
# File 'sig/types.rbs', line 127

def arn
  @arn
end

#audiences::Array[::String]

Returns the value of attribute audiences.

Returns:

  • (::Array[::String])


138
139
140
# File 'sig/types.rbs', line 138

def audiences
  @audiences
end

#channel_name::String

Returns the value of attribute channel_name.

Returns:

  • (::String)


128
129
130
# File 'sig/types.rbs', line 128

def channel_name
  @channel_name
end

#channel_state::String

Returns the value of attribute channel_state.

Returns:

  • (::String)


129
130
131
# File 'sig/types.rbs', line 129

def channel_state
  @channel_state
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


130
131
132
# File 'sig/types.rbs', line 130

def creation_time
  @creation_time
end

#filler_slateTypes::SlateSource

Returns the value of attribute filler_slate.

Returns:



131
132
133
# File 'sig/types.rbs', line 131

def filler_slate
  @filler_slate
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


132
133
134
# File 'sig/types.rbs', line 132

def last_modified_time
  @last_modified_time
end

#log_configurationTypes::LogConfigurationForChannel

Returns the value of attribute log_configuration.



137
138
139
# File 'sig/types.rbs', line 137

def log_configuration
  @log_configuration
end

#outputs::Array[Types::ResponseOutputItem]

Returns the value of attribute outputs.

Returns:



133
134
135
# File 'sig/types.rbs', line 133

def outputs
  @outputs
end

#playback_mode::String

Returns the value of attribute playback_mode.

Returns:

  • (::String)


134
135
136
# File 'sig/types.rbs', line 134

def playback_mode
  @playback_mode
end

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

Returns the value of attribute tags.

Returns:

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


135
136
137
# File 'sig/types.rbs', line 135

def tags
  @tags
end

#tier::String

Returns the value of attribute tier.

Returns:

  • (::String)


136
137
138
# File 'sig/types.rbs', line 136

def tier
  @tier
end