Method: Awspec::Type::Kinesis#encryption_type

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

#encryption_typeObject



61
62
63
64
# File 'lib/awspec/type/kinesis.rb', line 61

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