Class: Aws::Kinesis::Types::StreamSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb

Overview

The summary of a stream.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stream_arnString

The ARN of the stream.

Returns:

  • (String)


2358
2359
2360
2361
2362
2363
2364
2365
2366
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 2358

class StreamSummary < Struct.new(
  :stream_name,
  :stream_arn,
  :stream_status,
  :stream_mode_details,
  :stream_creation_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#stream_creation_timestampTime

The timestamp at which the stream was created.

Returns:

  • (Time)


2358
2359
2360
2361
2362
2363
2364
2365
2366
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 2358

class StreamSummary < Struct.new(
  :stream_name,
  :stream_arn,
  :stream_status,
  :stream_mode_details,
  :stream_creation_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#stream_mode_detailsTypes::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.



2358
2359
2360
2361
2362
2363
2364
2365
2366
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 2358

class StreamSummary < Struct.new(
  :stream_name,
  :stream_arn,
  :stream_status,
  :stream_mode_details,
  :stream_creation_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#stream_nameString

The name of a stream.

Returns:

  • (String)


2358
2359
2360
2361
2362
2363
2364
2365
2366
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 2358

class StreamSummary < Struct.new(
  :stream_name,
  :stream_arn,
  :stream_status,
  :stream_mode_details,
  :stream_creation_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#stream_statusString

The status of the stream.

Returns:

  • (String)


2358
2359
2360
2361
2362
2363
2364
2365
2366
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 2358

class StreamSummary < Struct.new(
  :stream_name,
  :stream_arn,
  :stream_status,
  :stream_mode_details,
  :stream_creation_timestamp)
  SENSITIVE = []
  include Aws::Structure
end