Method: Awspec::Type::Kinesis#encryption_type
- Defined in:
- lib/awspec/type/kinesis.rb
#encryption_type ⇒ Object
58 59 60 61 |
# File 'lib/awspec/type/kinesis.rb', line 58 def encryption_type cache_values(resource_via_client) if @encryption_type.nil? @encryption_type end |