Class: Aws::Types::StreamKeySummary
- Inherits:
-
Object
- Object
- Aws::Types::StreamKeySummary
- 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.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
742 743 744 |
# File 'sig/types.rbs', line 742 def arn @arn end |
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
743 744 745 |
# File 'sig/types.rbs', line 743 def channel_arn @channel_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
744 745 746 |
# File 'sig/types.rbs', line 744 def @tags end |