Class: Aws::Types::DescribeStreamSummaryInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:

  • (::String)


254
255
256
# File 'sig/types.rbs', line 254

def stream_arn
  @stream_arn
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:

  • (::String)


255
256
257
# File 'sig/types.rbs', line 255

def stream_id
  @stream_id
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:

  • (::String)


253
254
255
# File 'sig/types.rbs', line 253

def stream_name
  @stream_name
end