Class: AwsRouteTables
- Inherits:
-
Object
- Object
- AwsRouteTables
- Includes:
- AwsPluralResourceMixin
- Defined in:
- lib/resources/aws/aws_route_tables.rb
Defined Under Namespace
Classes: Backend
Instance Attribute Summary
Attributes included from AwsPluralResourceMixin
Instance Method Summary collapse
Methods included from AwsPluralResourceMixin
Methods included from AwsResourceMixin
#catch_aws_errors, #check_resource_param_names, #initialize, #inspec_runner
Instance Method Details
#routes_data ⇒ Object
19 20 21 |
# File 'lib/resources/aws/aws_route_tables.rb', line 19 def routes_data @table end |
#to_s ⇒ Object
23 24 25 |
# File 'lib/resources/aws/aws_route_tables.rb', line 23 def to_s 'Route Tables' end |