Class: AwsConfigurationRecorder::Backend::AwsClientApi

Inherits:
AwsBackendBase
  • Object
show all
Defined in:
lib/resources/aws/aws_config_recorder.rb

Instance Attribute Summary

Attributes inherited from AwsBackendBase

#aws_transport

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_configuration_recorder_status(query) ⇒ Object



94
95
96
# File 'lib/resources/aws/aws_config_recorder.rb', line 94

def describe_configuration_recorder_status(query)
  aws_service_client.describe_configuration_recorder_status(query)
end

#describe_configuration_recorders(query) ⇒ Object



90
91
92
# File 'lib/resources/aws/aws_config_recorder.rb', line 90

def describe_configuration_recorders(query)
  aws_service_client.describe_configuration_recorders(query)
end