Class: Aws::Types::DeleteStreamOutput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteStreamOutput
- 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.
109 110 111 |
# File 'sig/types.rbs', line 109 def arn @arn end |
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
107 108 109 |
# File 'sig/types.rbs', line 107 def cluster_identifier @cluster_identifier end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
111 112 113 |
# File 'sig/types.rbs', line 111 def creation_time @creation_time end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
110 111 112 |
# File 'sig/types.rbs', line 110 def status @status end |
#stream_identifier ⇒ ::String
Returns the value of attribute stream_identifier.
108 109 110 |
# File 'sig/types.rbs', line 108 def stream_identifier @stream_identifier end |