Class: Aws::Types::StreamKey
- Inherits:
-
Object
- Object
- Aws::Types::StreamKey
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
734 735 736 |
# File 'sig/types.rbs', line 734 def arn @arn end |
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
736 737 738 |
# File 'sig/types.rbs', line 736 def channel_arn @channel_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
737 738 739 |
# File 'sig/types.rbs', line 737 def end |
#value ⇒ ::String
Returns the value of attribute value.
735 736 737 |
# File 'sig/types.rbs', line 735 def value @value end |