Class: Aws::Types::ChannelStreamDescription

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#record_configurationTypes::RecordConfiguration

Returns the value of attribute record_configuration.



65
66
67
# File 'sig/types.rbs', line 65

def record_configuration
  @record_configuration
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:

  • (::String)


63
64
65
# File 'sig/types.rbs', line 63

def stream_arn
  @stream_arn
end

#stream_creation_timestamp::Time

Returns the value of attribute stream_creation_timestamp.

Returns:

  • (::Time)


64
65
66
# File 'sig/types.rbs', line 64

def stream_creation_timestamp
  @stream_creation_timestamp
end