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



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

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

#describe_configuration_recorders(query) ⇒ Object



84
85
86
# File 'lib/resources/aws/aws_config_recorder.rb', line 84

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