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



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

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

#describe_configuration_recorders(query) ⇒ Object



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

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