Class: Aws::Types::Stream

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)


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

def stream_arn
  @stream_arn
end

#stream_label ⇒ ::String

Returns the value of attribute stream_label.

Returns:

  • (::String)


141
142
143
# File 'sig/types.rbs', line 141

def stream_label
  @stream_label
end

#table_name ⇒ ::String

Returns the value of attribute table_name.

Returns:

  • (::String)


140
141
142
# File 'sig/types.rbs', line 140

def table_name
  @table_name
end