Class: Aws::CloudFront::Types::EndPoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::EndPoint
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Contains information about the Amazon Kinesis data stream where you're sending real-time log data in a real-time log configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#kinesis_stream_config ⇒ Types::KinesisStreamConfig
Contains information about the Amazon Kinesis data stream where you are sending real-time log data in a real-time log configuration.
-
#stream_type ⇒ String
The type of data stream where you are sending real-time log data.
Instance Attribute Details
#kinesis_stream_config ⇒ Types::KinesisStreamConfig
Contains information about the Amazon Kinesis data stream where you are sending real-time log data in a real-time log configuration.
5562 5563 5564 5565 5566 5567 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5562 class EndPoint < Struct.new( :stream_type, :kinesis_stream_config) SENSITIVE = [] include Aws::Structure end |
#stream_type ⇒ String
The type of data stream where you are sending real-time log data.
The only valid value is Kinesis
.
5562 5563 5564 5565 5566 5567 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5562 class EndPoint < Struct.new( :stream_type, :kinesis_stream_config) SENSITIVE = [] include Aws::Structure end |