Class: AwsSnsTopics::Backend::AwsClientApi

Inherits:
AwsBackendBase show all
Defined in:
lib/resources/aws/aws_sns_topics.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

#list_topics(pagination_opts) ⇒ Object



55
56
57
# File 'lib/resources/aws/aws_sns_topics.rb', line 55

def list_topics(pagination_opts)
  aws_service_client.list_topics(pagination_opts)
end