Class: AwsConfigurationRecorder::Backend::AwsClientApi
- Inherits:
-
AwsBackendBase
- Object
- AwsBackendBase
- AwsConfigurationRecorder::Backend::AwsClientApi
- Defined in:
- lib/resources/aws/aws_config_recorder.rb
Instance Attribute Summary
Attributes inherited from AwsBackendBase
Instance Method Summary collapse
- #describe_configuration_recorder_status(query) ⇒ Object
- #describe_configuration_recorders(query) ⇒ Object
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 |