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.
2343 2344 2345 |
# File 'sig/types.rbs', line 2343 def bgp_asn @bgp_asn end |
#bgp_asn_extended ⇒ ::Integer
Returns the value of attribute bgp_asn_extended.
2350 2351 2352 |
# File 'sig/types.rbs', line 2350 def bgp_asn_extended @bgp_asn_extended end |
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
2345 2346 2347 |
# File 'sig/types.rbs', line 2345 def certificate_arn @certificate_arn end |
#device_name ⇒ ::String
Returns the value of attribute device_name.
2348 2349 2350 |
# File 'sig/types.rbs', line 2348 def device_name @device_name end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2351 2352 2353 |
# File 'sig/types.rbs', line 2351 def dry_run @dry_run end |
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
2349 2350 2351 |
# File 'sig/types.rbs', line 2349 def ip_address @ip_address end |
#public_ip ⇒ ::String
Returns the value of attribute public_ip.
2344 2345 2346 |
# File 'sig/types.rbs', line 2344 def public_ip @public_ip end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2347 2348 2349 |
# File 'sig/types.rbs', line 2347 def tag_specifications @tag_specifications end |
#type ⇒ "ipsec.1"
Returns the value of attribute type.
2346 2347 2348 |
# File 'sig/types.rbs', line 2346 def type @type end |