Class: AwsBillingReport::Backend::AwsClientApi

Inherits:
AwsBackendBase show all
Defined in:
lib/resources/aws/aws_billing_report.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_report_definitions(query = {}) ⇒ Object



100
101
102
# File 'lib/resources/aws/aws_billing_report.rb', line 100

def describe_report_definitions(query = {})
  aws_service_client.describe_report_definitions(query)
end