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.
3987 3988 3989 |
# File 'sig/types.rbs', line 3987 def amazon_side_asn @amazon_side_asn end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
3984 3985 3986 |
# File 'sig/types.rbs', line 3984 def availability_zone @availability_zone end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3988 3989 3990 |
# File 'sig/types.rbs', line 3988 def dry_run @dry_run end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3986 3987 3988 |
# File 'sig/types.rbs', line 3986 def tag_specifications @tag_specifications end |
#type ⇒ "ipsec.1"
Returns the value of attribute type.
3985 3986 3987 |
# File 'sig/types.rbs', line 3985 def type @type end |