Class: Aws::Types::DeleteStreamInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteStreamInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#stream_identifier ⇒ ::String
Returns the value of attribute stream_identifier.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
102 103 104 |
# File 'sig/types.rbs', line 102 def client_token @client_token end |
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
100 101 102 |
# File 'sig/types.rbs', line 100 def cluster_identifier @cluster_identifier end |
#stream_identifier ⇒ ::String
Returns the value of attribute stream_identifier.
101 102 103 |
# File 'sig/types.rbs', line 101 def stream_identifier @stream_identifier end |