Method: Awspec::Type::Kinesis#cache_values
- Defined in:
- lib/awspec/type/kinesis.rb
#cache_values(res) ⇒ Object
5 6 7 8 9 10 11 12 13 14 15 16 |
# File 'lib/awspec/type/kinesis.rb', line 5 def cache_values(res) @id = res.stream_name @stream_name = res.stream_name @stream_arn = res.stream_arn @stream_status = res.stream_status @retention_period_hours = res.retention_period_hours @stream_creation_timestamp = res. @enhanced_monitoring = res.enhanced_monitoring @encryption_type = res.encryption_type @key_id = res.key_id @open_shard_count = res.open_shard_count end |