Class: Aws::Types::StreamSummary
- Inherits:
-
Object
- Object
- Aws::Types::StreamSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#stream_identifier ⇒ ::String
Returns the value of attribute stream_identifier.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
274 275 276 |
# File 'sig/types.rbs', line 274 def arn @arn end |
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
272 273 274 |
# File 'sig/types.rbs', line 272 def cluster_identifier @cluster_identifier end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
275 276 277 |
# File 'sig/types.rbs', line 275 def creation_time @creation_time end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
276 277 278 |
# File 'sig/types.rbs', line 276 def status @status end |
#stream_identifier ⇒ ::String
Returns the value of attribute stream_identifier.
273 274 275 |
# File 'sig/types.rbs', line 273 def stream_identifier @stream_identifier end |