Method: Awspec::Type::Kinesis#open_shard_count

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

#open_shard_countObject



68
69
70
71
# File 'lib/awspec/type/kinesis.rb', line 68

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