Class: Aws::Types::ConsumerDescription
- Inherits:
-
Object
- Object
- Aws::Types::ConsumerDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#consumer_arn ⇒ ::String
Returns the value of attribute consumer_arn.
-
#consumer_creation_timestamp ⇒ ::Time
Returns the value of attribute consumer_creation_timestamp.
-
#consumer_name ⇒ ::String
Returns the value of attribute consumer_name.
-
#consumer_status ⇒ "CREATING", ...
Returns the value of attribute consumer_status.
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
Instance Attribute Details
#consumer_arn ⇒ ::String
Returns the value of attribute consumer_arn.
41 42 43 |
# File 'sig/types.rbs', line 41 def consumer_arn @consumer_arn end |
#consumer_creation_timestamp ⇒ ::Time
Returns the value of attribute consumer_creation_timestamp.
43 44 45 |
# File 'sig/types.rbs', line 43 def @consumer_creation_timestamp end |
#consumer_name ⇒ ::String
Returns the value of attribute consumer_name.
40 41 42 |
# File 'sig/types.rbs', line 40 def consumer_name @consumer_name end |
#consumer_status ⇒ "CREATING", ...
Returns the value of attribute consumer_status.
42 43 44 |
# File 'sig/types.rbs', line 42 def consumer_status @consumer_status end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
44 45 46 |
# File 'sig/types.rbs', line 44 def stream_arn @stream_arn end |