Class: Aws::Types::StreamSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4664
4665
4666
# File 'sig/types.rbs', line 4664

def description
  @description
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:

  • (::String)


4662
4663
4664
# File 'sig/types.rbs', line 4662

def stream_arn
  @stream_arn
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:

  • (::String)


4661
4662
4663
# File 'sig/types.rbs', line 4661

def stream_id
  @stream_id
end

#stream_version::Integer

Returns the value of attribute stream_version.

Returns:

  • (::Integer)


4663
4664
4665
# File 'sig/types.rbs', line 4663

def stream_version
  @stream_version
end