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.
19932 19933 19934 |
# File 'sig/types.rbs', line 19932 def amazon_side_asn @amazon_side_asn end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
19937 19938 19939 |
# File 'sig/types.rbs', line 19937 def availability_zone @availability_zone end |
#state ⇒ "pending", ...
Returns the value of attribute state.
19935 19936 19937 |
# File 'sig/types.rbs', line 19935 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
19933 19934 19935 |
# File 'sig/types.rbs', line 19933 def @tags end |
#type ⇒ "ipsec.1"
Returns the value of attribute type.
19936 19937 19938 |
# File 'sig/types.rbs', line 19936 def type @type end |
#vpc_attachments ⇒ ::Array[Types::VpcAttachment]
Returns the value of attribute vpc_attachments.
19938 19939 19940 |
# File 'sig/types.rbs', line 19938 def @vpc_attachments end |
#vpn_gateway_id ⇒ ::String
Returns the value of attribute vpn_gateway_id.
19934 19935 19936 |
# File 'sig/types.rbs', line 19934 def vpn_gateway_id @vpn_gateway_id end |