Class: AwsSubnets::Backend::AwsClientApi
- Inherits:
- 
      AwsBackendBase
      
        - Object
- AwsBackendBase
- AwsSubnets::Backend::AwsClientApi
 
- Defined in:
- lib/resources/aws/aws_subnets.rb
Instance Attribute Summary
Attributes inherited from AwsBackendBase
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
| 51 52 53 | # File 'lib/resources/aws/aws_subnets.rb', line 51 def describe_subnets(query = {}) aws_service_client.describe_subnets(query) end |