Class: Aws::Types::CreateVpnGatewayRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateVpnGatewayRequest
- 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.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
-
#type ⇒ "ipsec.1"
Returns the value of attribute type.
Instance Attribute Details
#amazon_side_asn ⇒ ::Integer
Returns the value of attribute amazon_side_asn.
3875 3876 3877 |
# File 'sig/types.rbs', line 3875 def amazon_side_asn @amazon_side_asn end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
3872 3873 3874 |
# File 'sig/types.rbs', line 3872 def availability_zone @availability_zone end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3876 3877 3878 |
# File 'sig/types.rbs', line 3876 def dry_run @dry_run end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3874 3875 3876 |
# File 'sig/types.rbs', line 3874 def tag_specifications @tag_specifications end |
#type ⇒ "ipsec.1"
Returns the value of attribute type.
3873 3874 3875 |
# File 'sig/types.rbs', line 3873 def type @type end |