Class: Aws::ChimeSDKMessaging::Types::StreamingConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#data_typeString

The data type of the configuration.

Returns:

  • (String)


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_arnString

The ARN of the resource in the configuration.

Returns:

  • (String)


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