Class: AwsFlowLog::Backend::AwsClientApi
- Inherits:
-
AwsBackendBase
- Object
- AwsBackendBase
- AwsFlowLog::Backend::AwsClientApi
- Defined in:
- lib/resources/aws/aws_flow_log.rb
Instance Attribute Summary
Attributes inherited from AwsBackendBase
Instance Method Summary collapse
Methods inherited from AwsBackendBase
#aws_service_client, #initialize
Constructor Details
This class inherits a constructor from AwsBackendBase
Instance Method Details
#describe_flow_logs(query) ⇒ Object
97 98 99 |
# File 'lib/resources/aws/aws_flow_log.rb', line 97 def describe_flow_logs(query) aws_service_client.describe_flow_logs(query) end |