Class: AwsSubnet::Backend::AwsClientApi

Inherits:
AwsBackendBase show all
Defined in:
lib/resources/aws/aws_subnet.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_subnets(query) ⇒ Object



87
88
89
# File 'lib/resources/aws/aws_subnet.rb', line 87

def describe_subnets(query)
  aws_service_client.describe_subnets(query)
end