Class: Aws::Kinesis::Types::StreamSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::StreamSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesis/types.rb
Overview
The summary of a stream.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stream_arn ⇒ String
The ARN of the stream.
-
#stream_creation_timestamp ⇒ Time
The timestamp at which the stream was created.
-
#stream_mode_details ⇒ Types::StreamModeDetails
Specifies the capacity mode to which you want to set your data stream.
-
#stream_name ⇒ String
The name of a stream.
-
#stream_status ⇒ String
The status of the stream.
Instance Attribute Details
#stream_arn ⇒ String
The ARN of the stream.
2363 2364 2365 2366 2367 2368 2369 2370 2371 |
# File 'lib/aws-sdk-kinesis/types.rb', line 2363 class StreamSummary < Struct.new( :stream_name, :stream_arn, :stream_status, :stream_mode_details, :stream_creation_timestamp) SENSITIVE = [] include Aws::Structure end |
#stream_creation_timestamp ⇒ Time
The timestamp at which the stream was created.
2363 2364 2365 2366 2367 2368 2369 2370 2371 |
# File 'lib/aws-sdk-kinesis/types.rb', line 2363 class StreamSummary < Struct.new( :stream_name, :stream_arn, :stream_status, :stream_mode_details, :stream_creation_timestamp) SENSITIVE = [] include Aws::Structure end |
#stream_mode_details ⇒ Types::StreamModeDetails
Specifies the capacity mode to which you want to set your data stream. Currently, in Kinesis Data Streams, you can choose between an on-demand capacity mode and a provisioned capacity mode for your data streams.
2363 2364 2365 2366 2367 2368 2369 2370 2371 |
# File 'lib/aws-sdk-kinesis/types.rb', line 2363 class StreamSummary < Struct.new( :stream_name, :stream_arn, :stream_status, :stream_mode_details, :stream_creation_timestamp) SENSITIVE = [] include Aws::Structure end |
#stream_name ⇒ String
The name of a stream.
2363 2364 2365 2366 2367 2368 2369 2370 2371 |
# File 'lib/aws-sdk-kinesis/types.rb', line 2363 class StreamSummary < Struct.new( :stream_name, :stream_arn, :stream_status, :stream_mode_details, :stream_creation_timestamp) SENSITIVE = [] include Aws::Structure end |
#stream_status ⇒ String
The status of the stream.
2363 2364 2365 2366 2367 2368 2369 2370 2371 |
# File 'lib/aws-sdk-kinesis/types.rb', line 2363 class StreamSummary < Struct.new( :stream_name, :stream_arn, :stream_status, :stream_mode_details, :stream_creation_timestamp) SENSITIVE = [] include Aws::Structure end |