Class: Aws::Types::VpnGateway
- Inherits:
-
Object
- Object
- Aws::Types::VpnGateway
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amazon_side_asn ⇒ ::Integer
Returns the value of attribute amazon_side_asn.
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#state ⇒ "pending", ...
Returns the value of attribute state.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#type ⇒ "ipsec.1"
Returns the value of attribute type.
-
#vpc_attachments ⇒ ::Array[Types::VpcAttachment]
Returns the value of attribute vpc_attachments.
-
#vpn_gateway_id ⇒ ::String
Returns the value of attribute vpn_gateway_id.
Instance Attribute Details
#amazon_side_asn ⇒ ::Integer
Returns the value of attribute amazon_side_asn.
19911 19912 19913 |
# File 'sig/types.rbs', line 19911 def amazon_side_asn @amazon_side_asn end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
19916 19917 19918 |
# File 'sig/types.rbs', line 19916 def availability_zone @availability_zone end |
#state ⇒ "pending", ...
Returns the value of attribute state.
19914 19915 19916 |
# File 'sig/types.rbs', line 19914 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
19912 19913 19914 |
# File 'sig/types.rbs', line 19912 def @tags end |
#type ⇒ "ipsec.1"
Returns the value of attribute type.
19915 19916 19917 |
# File 'sig/types.rbs', line 19915 def type @type end |
#vpc_attachments ⇒ ::Array[Types::VpcAttachment]
Returns the value of attribute vpc_attachments.
19917 19918 19919 |
# File 'sig/types.rbs', line 19917 def @vpc_attachments end |
#vpn_gateway_id ⇒ ::String
Returns the value of attribute vpn_gateway_id.
19913 19914 19915 |
# File 'sig/types.rbs', line 19913 def vpn_gateway_id @vpn_gateway_id end |