Method: Awspec::Type::Kinesis#stream_arn

Defined in:
lib/awspec/type/kinesis.rb

#stream_arnObject



33
34
35
36
# File 'lib/awspec/type/kinesis.rb', line 33

def stream_arn
  cache_values(resource_via_client) if @stream_arn.nil?
  @stream_arn
end