Method: AWS::EC2::Subnet#initialize
- Defined in:
- lib/aws/ec2/subnet.rb
#initialize(subnet_id, options = {}) ⇒ Subnet
Returns a new instance of Subnet.
31 32 33 34 |
# File 'lib/aws/ec2/subnet.rb', line 31 def initialize subnet_id, = {} @subnet_id = subnet_id super end |