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.
3097 3098 3099 3100 3101 3102 |
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 3097 class StreamingConfiguration < Struct.new( :data_type, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The ARN of the resource in the configuration.
3097 3098 3099 3100 3101 3102 |
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 3097 class StreamingConfiguration < Struct.new( :data_type, :resource_arn) SENSITIVE = [] include Aws::Structure end |