Class: Aws::Types::GetStreamInput
- Inherits:
-
Object
- Object
- Aws::Types::GetStreamInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#stream_identifier ⇒ ::String
Returns the value of attribute stream_identifier.
Instance Attribute Details
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
152 153 154 |
# File 'sig/types.rbs', line 152 def cluster_identifier @cluster_identifier end |
#stream_identifier ⇒ ::String
Returns the value of attribute stream_identifier.
153 154 155 |
# File 'sig/types.rbs', line 153 def stream_identifier @stream_identifier end |