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)


110
111
112
# File 'sig/types.rbs', line 110

def consumer_arn
  @consumer_arn
end

#consumer_name::String

Returns the value of attribute consumer_name.

Returns:

  • (::String)


109
110
111
# File 'sig/types.rbs', line 109

def consumer_name
  @consumer_name
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:

  • (::String)


108
109
110
# File 'sig/types.rbs', line 108

def stream_arn
  @stream_arn
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:

  • (::String)


111
112
113
# File 'sig/types.rbs', line 111

def stream_id
  @stream_id
end