Method: Awspec::Type::Kinesis#stream_creation_timestamp

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

#stream_creation_timestampObject



48
49
50
51
# File 'lib/awspec/type/kinesis.rb', line 48

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