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.
110 111 112 |
# File 'sig/types.rbs', line 110 def consumer_arn @consumer_arn end |
#consumer_creation_timestamp ⇒ ::Time
Returns the value of attribute consumer_creation_timestamp.
112 113 114 |
# File 'sig/types.rbs', line 112 def @consumer_creation_timestamp 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 |
#consumer_status ⇒ "CREATING", ...
Returns the value of attribute consumer_status.
111 112 113 |
# File 'sig/types.rbs', line 111 def consumer_status @consumer_status end |