Class: Aws::Types::StreamingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::StreamingConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_type ⇒ "Channel", "ChannelMessage"
Returns the value of attribute data_type.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#data_type ⇒ "Channel", "ChannelMessage"
Returns the value of attribute data_type.
870 871 872 |
# File 'sig/types.rbs', line 870 def data_type @data_type end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
871 872 873 |
# File 'sig/types.rbs', line 871 def resource_arn @resource_arn end |