Class: Aws::Kinesis::Types::DescribeStreamSummaryInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stream_arnString

The ARN of the stream.

Returns:

  • (String)


426
427
428
429
430
431
# File 'lib/aws-sdk-kinesis/types.rb', line 426

class DescribeStreamSummaryInput < Struct.new(
  :stream_name,
  :stream_arn)
  SENSITIVE = []
  include Aws::Structure
end

#stream_nameString

The name of the stream to describe.

Returns:

  • (String)


426
427
428
429
430
431
# File 'lib/aws-sdk-kinesis/types.rb', line 426

class DescribeStreamSummaryInput < Struct.new(
  :stream_name,
  :stream_arn)
  SENSITIVE = []
  include Aws::Structure
end