Class: Aws::Types::CreateCustomerGatewayRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCustomerGatewayRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bgp_asn ⇒ ::Integer
Returns the value of attribute bgp_asn.
-
#bgp_asn_extended ⇒ ::Integer
Returns the value of attribute bgp_asn_extended.
-
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
-
#device_name ⇒ ::String
Returns the value of attribute device_name.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
-
#public_ip ⇒ ::String
Returns the value of attribute public_ip.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
-
#type ⇒ "ipsec.1"
Returns the value of attribute type.
Instance Attribute Details
#bgp_asn ⇒ ::Integer
Returns the value of attribute bgp_asn.
2359 2360 2361 |
# File 'sig/types.rbs', line 2359 def bgp_asn @bgp_asn end |
#bgp_asn_extended ⇒ ::Integer
Returns the value of attribute bgp_asn_extended.
2366 2367 2368 |
# File 'sig/types.rbs', line 2366 def bgp_asn_extended @bgp_asn_extended end |
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
2361 2362 2363 |
# File 'sig/types.rbs', line 2361 def certificate_arn @certificate_arn end |
#device_name ⇒ ::String
Returns the value of attribute device_name.
2364 2365 2366 |
# File 'sig/types.rbs', line 2364 def device_name @device_name end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2367 2368 2369 |
# File 'sig/types.rbs', line 2367 def dry_run @dry_run end |
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
2365 2366 2367 |
# File 'sig/types.rbs', line 2365 def ip_address @ip_address end |
#public_ip ⇒ ::String
Returns the value of attribute public_ip.
2360 2361 2362 |
# File 'sig/types.rbs', line 2360 def public_ip @public_ip end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2363 2364 2365 |
# File 'sig/types.rbs', line 2363 def tag_specifications @tag_specifications end |
#type ⇒ "ipsec.1"
Returns the value of attribute type.
2362 2363 2364 |
# File 'sig/types.rbs', line 2362 def type @type end |