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.
118 119 120 |
# File 'sig/types.rbs', line 118 def consumer_arn @consumer_arn end |
#consumer_creation_timestamp ⇒ ::Time
Returns the value of attribute consumer_creation_timestamp.
120 121 122 |
# File 'sig/types.rbs', line 120 def @consumer_creation_timestamp end |
#consumer_name ⇒ ::String
Returns the value of attribute consumer_name.
117 118 119 |
# File 'sig/types.rbs', line 117 def consumer_name @consumer_name end |
#consumer_status ⇒ "CREATING", ...
Returns the value of attribute consumer_status.
119 120 121 |
# File 'sig/types.rbs', line 119 def consumer_status @consumer_status end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
121 122 123 |
# File 'sig/types.rbs', line 121 def stream_arn @stream_arn end |