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.
19572 19573 19574 |
# File 'sig/types.rbs', line 19572 def amazon_side_asn @amazon_side_asn end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
19577 19578 19579 |
# File 'sig/types.rbs', line 19577 def availability_zone @availability_zone end |
#state ⇒ "pending", ...
Returns the value of attribute state.
19575 19576 19577 |
# File 'sig/types.rbs', line 19575 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
19573 19574 19575 |
# File 'sig/types.rbs', line 19573 def @tags end |
#type ⇒ "ipsec.1"
Returns the value of attribute type.
19576 19577 19578 |
# File 'sig/types.rbs', line 19576 def type @type end |
#vpc_attachments ⇒ ::Array[Types::VpcAttachment]
Returns the value of attribute vpc_attachments.
19578 19579 19580 |
# File 'sig/types.rbs', line 19578 def @vpc_attachments end |
#vpn_gateway_id ⇒ ::String
Returns the value of attribute vpn_gateway_id.
19574 19575 19576 |
# File 'sig/types.rbs', line 19574 def vpn_gateway_id @vpn_gateway_id end |