Class: Aws::Types::GetStreamOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetStreamOutput
- 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.
-
#status_reason ⇒ Types::StatusReason
Returns the value of attribute status_reason.
-
#stream_identifier ⇒ ::String
Returns the value of attribute stream_identifier.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#target_definition ⇒ Types::TargetDefinition
Returns the value of attribute target_definition.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
160 161 162 |
# File 'sig/types.rbs', line 160 def arn @arn end |
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
158 159 160 |
# File 'sig/types.rbs', line 158 def cluster_identifier @cluster_identifier end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
162 163 164 |
# File 'sig/types.rbs', line 162 def creation_time @creation_time end |
#format ⇒ "JSON"
Returns the value of attribute format.
164 165 166 |
# File 'sig/types.rbs', line 164 def format @format end |
#ordering ⇒ "UNORDERED"
Returns the value of attribute ordering.
163 164 165 |
# File 'sig/types.rbs', line 163 def ordering @ordering end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
161 162 163 |
# File 'sig/types.rbs', line 161 def status @status end |
#status_reason ⇒ Types::StatusReason
Returns the value of attribute status_reason.
166 167 168 |
# File 'sig/types.rbs', line 166 def status_reason @status_reason end |
#stream_identifier ⇒ ::String
Returns the value of attribute stream_identifier.
159 160 161 |
# File 'sig/types.rbs', line 159 def stream_identifier @stream_identifier end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
167 168 169 |
# File 'sig/types.rbs', line 167 def @tags end |
#target_definition ⇒ Types::TargetDefinition
Returns the value of attribute target_definition.
165 166 167 |
# File 'sig/types.rbs', line 165 def target_definition @target_definition end |