Class: AwsRouteTable
- Inherits:
-
Object
- Object
- AwsRouteTable
- Includes:
- AwsSingularResourceMixin
- Defined in:
- lib/resources/aws/aws_route_table.rb
Defined Under Namespace
Classes: Backend
Instance Attribute Summary collapse
-
#route_table_id ⇒ Object
readonly
Returns the value of attribute route_table_id.
-
#vpc_id ⇒ Object
readonly
Returns the value of attribute vpc_id.
Instance Method Summary collapse
Methods included from AwsSingularResourceMixin
Methods included from AwsResourceMixin
#catch_aws_errors, #check_resource_param_names, #initialize, #inspec_runner
Instance Attribute Details
#route_table_id ⇒ Object (readonly)
Returns the value of attribute route_table_id.
17 18 19 |
# File 'lib/resources/aws/aws_route_table.rb', line 17 def route_table_id @route_table_id end |
#vpc_id ⇒ Object (readonly)
Returns the value of attribute vpc_id.
17 18 19 |
# File 'lib/resources/aws/aws_route_table.rb', line 17 def vpc_id @vpc_id end |
Instance Method Details
#to_s ⇒ Object
13 14 15 |
# File 'lib/resources/aws/aws_route_table.rb', line 13 def to_s "Route Table #{@route_table_id}" end |