module Stax::Firehose
Public Class Methods
included(thor)
click to toggle source
# File lib/stax/mixin/firehose.rb, line 5 def self.included(thor) thor.desc(:firehose, 'Firehose subcommands') thor.subcommand(:firehose, Cmd::Firehose) def stack_firehoses Aws::Cfn.resources_by_type(stack_name, 'AWS::KinesisFirehose::DeliveryStream') end end
Public Instance Methods
stack_firehoses()
click to toggle source
# File lib/stax/mixin/firehose.rb, line 9 def stack_firehoses Aws::Cfn.resources_by_type(stack_name, 'AWS::KinesisFirehose::DeliveryStream') end