Class: Aws::Types::CreateStreamKeyRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateStreamKeyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
252 253 254 |
# File 'sig/types.rbs', line 252 def channel_arn @channel_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
253 254 255 |
# File 'sig/types.rbs', line 253 def @tags end |