Class: Aws::Types::Consumer
- Inherits:
-
Object
- Object
- Aws::Types::Consumer
- 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.
Instance Attribute Details
#consumer_arn ⇒ ::String
Returns the value of attribute consumer_arn.
33 34 35 |
# File 'sig/types.rbs', line 33 def consumer_arn @consumer_arn end |
#consumer_creation_timestamp ⇒ ::Time
Returns the value of attribute consumer_creation_timestamp.
35 36 37 |
# File 'sig/types.rbs', line 35 def @consumer_creation_timestamp end |
#consumer_name ⇒ ::String
Returns the value of attribute consumer_name.
32 33 34 |
# File 'sig/types.rbs', line 32 def consumer_name @consumer_name end |
#consumer_status ⇒ "CREATING", ...
Returns the value of attribute consumer_status.
34 35 36 |
# File 'sig/types.rbs', line 34 def consumer_status @consumer_status end |