Class: AwsRouteTables

Inherits:
Object
  • Object
show all
Includes:
AwsPluralResourceMixin
Defined in:
lib/resources/aws/aws_route_tables.rb

Defined Under Namespace

Classes: Backend

Instance Attribute Summary

Attributes included from AwsPluralResourceMixin

#table

Instance Method Summary collapse

Methods included from AwsPluralResourceMixin

included

Methods included from AwsResourceMixin

#catch_aws_errors, #check_resource_param_names, #initialize, #inspec_runner

Instance Method Details

#routes_dataObject



23
24
25
# File 'lib/resources/aws/aws_route_tables.rb', line 23

def routes_data
  @table
end

#to_sObject



27
28
29
# File 'lib/resources/aws/aws_route_tables.rb', line 27

def to_s
  "Route Tables"
end