Class: Aws::Firehose::Types::GetKinesisStreamInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_stream_arnString

Returns:

  • (String)


2103
2104
2105
2106
2107
# File 'lib/aws-sdk-firehose/types.rb', line 2103

class GetKinesisStreamInput < Struct.new(
  :delivery_stream_arn)
  SENSITIVE = []
  include Aws::Structure
end