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.
19245 19246 19247 |
# File 'sig/types.rbs', line 19245 def amazon_side_asn @amazon_side_asn end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
19250 19251 19252 |
# File 'sig/types.rbs', line 19250 def availability_zone @availability_zone end |
#state ⇒ "pending", ...
Returns the value of attribute state.
19248 19249 19250 |
# File 'sig/types.rbs', line 19248 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
19246 19247 19248 |
# File 'sig/types.rbs', line 19246 def @tags end |
#type ⇒ "ipsec.1"
Returns the value of attribute type.
19249 19250 19251 |
# File 'sig/types.rbs', line 19249 def type @type end |
#vpc_attachments ⇒ ::Array[Types::VpcAttachment]
Returns the value of attribute vpc_attachments.
19251 19252 19253 |
# File 'sig/types.rbs', line 19251 def @vpc_attachments end |
#vpn_gateway_id ⇒ ::String
Returns the value of attribute vpn_gateway_id.
19247 19248 19249 |
# File 'sig/types.rbs', line 19247 def vpn_gateway_id @vpn_gateway_id end |