Class: Aws::Kinesis::Types::DescribeStreamSummaryInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::DescribeStreamSummaryInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stream_arn ⇒ String
The ARN of the stream.
-
#stream_name ⇒ String
The name of the stream to describe.
Instance Attribute Details
#stream_arn ⇒ String
The ARN of the stream.
431 432 433 434 435 436 |
# File 'lib/aws-sdk-kinesis/types.rb', line 431 class DescribeStreamSummaryInput < Struct.new( :stream_name, :stream_arn) SENSITIVE = [] include Aws::Structure end |
#stream_name ⇒ String
The name of the stream to describe.
431 432 433 434 435 436 |
# File 'lib/aws-sdk-kinesis/types.rb', line 431 class DescribeStreamSummaryInput < Struct.new( :stream_name, :stream_arn) SENSITIVE = [] include Aws::Structure end |