Class: Aws::Types::DescribeStreamConsumerInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#consumer_arn::String

Returns the value of attribute consumer_arn.

Returns:

  • (::String)


228
229
230
# File 'sig/types.rbs', line 228

def consumer_arn
  @consumer_arn
end

#consumer_name::String

Returns the value of attribute consumer_name.

Returns:

  • (::String)


227
228
229
# File 'sig/types.rbs', line 227

def consumer_name
  @consumer_name
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:

  • (::String)


226
227
228
# File 'sig/types.rbs', line 226

def stream_arn
  @stream_arn
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:

  • (::String)


229
230
231
# File 'sig/types.rbs', line 229

def stream_id
  @stream_id
end