Class: Aws::ChimeSDKMessaging::Types::StreamingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::StreamingConfiguration
- Defined in:
- gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb
Overview
The configuration for connecting a messaging stream to Amazon Kinesis.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_type ⇒ String
The data type of the configuration.
-
#resource_arn ⇒ String
The ARN of the resource in the configuration.
Instance Attribute Details
#data_type ⇒ String
The data type of the configuration.
3110 3111 3112 3113 3114 3115 |
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 3110 class StreamingConfiguration < Struct.new( :data_type, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The ARN of the resource in the configuration.
3110 3111 3112 3113 3114 3115 |
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 3110 class StreamingConfiguration < Struct.new( :data_type, :resource_arn) SENSITIVE = [] include Aws::Structure end |