Class: Aws::Types::CreateStreamOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateStreamOutput
- 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.
-
#format ⇒ "JSON"
Returns the value of attribute format.
-
#ordering ⇒ "UNORDERED"
Returns the value of attribute ordering.
-
#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.
65 66 67 |
# File 'sig/types.rbs', line 65 def arn @arn end |
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
63 64 65 |
# File 'sig/types.rbs', line 63 def cluster_identifier @cluster_identifier end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
67 68 69 |
# File 'sig/types.rbs', line 67 def creation_time @creation_time end |
#format ⇒ "JSON"
Returns the value of attribute format.
69 70 71 |
# File 'sig/types.rbs', line 69 def format @format end |
#ordering ⇒ "UNORDERED"
Returns the value of attribute ordering.
68 69 70 |
# File 'sig/types.rbs', line 68 def ordering @ordering end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
66 67 68 |
# File 'sig/types.rbs', line 66 def status @status end |
#stream_identifier ⇒ ::String
Returns the value of attribute stream_identifier.
64 65 66 |
# File 'sig/types.rbs', line 64 def stream_identifier @stream_identifier end |