Class: Aws::Types::DescribeStreamConsumerInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeStreamConsumerInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#consumer_arn ⇒ ::String
Returns the value of attribute consumer_arn.
-
#consumer_name ⇒ ::String
Returns the value of attribute consumer_name.
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
-
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
Instance Attribute Details
#consumer_arn ⇒ ::String
Returns the value of attribute consumer_arn.
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.
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.
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.
111 112 113 |
# File 'sig/types.rbs', line 111 def stream_id @stream_id end |