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.
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.
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.
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.
229 230 231 |
# File 'sig/types.rbs', line 229 def stream_id @stream_id end |