Class AWS::EC2::VPNGateway::Attachment
In: lib/aws/ec2/vpn_gateway/attachment.rb
Parent: Object

Methods

delete   detach   new  

Attributes

state  [R]  @return [Symbol]
vpc  [R]  @return [VPC]
vpn_gateway  [R]  @return [VPNGateway]

Public Class methods

Public Instance methods

Deletes this attachment. @return (see VPNGateway#detach)

detach()

Alias for delete

[Validate]