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.
2231 2232 2233 |
# File 'sig/types.rbs', line 2231 def bgp_asn @bgp_asn end |
#bgp_asn_extended ⇒ ::Integer
Returns the value of attribute bgp_asn_extended.
2238 2239 2240 |
# File 'sig/types.rbs', line 2238 def bgp_asn_extended @bgp_asn_extended end |
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
2233 2234 2235 |
# File 'sig/types.rbs', line 2233 def certificate_arn @certificate_arn end |
#device_name ⇒ ::String
Returns the value of attribute device_name.
2236 2237 2238 |
# File 'sig/types.rbs', line 2236 def device_name @device_name end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2239 2240 2241 |
# File 'sig/types.rbs', line 2239 def dry_run @dry_run end |
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
2237 2238 2239 |
# File 'sig/types.rbs', line 2237 def ip_address @ip_address end |
#public_ip ⇒ ::String
Returns the value of attribute public_ip.
2232 2233 2234 |
# File 'sig/types.rbs', line 2232 def public_ip @public_ip end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2235 2236 2237 |
# File 'sig/types.rbs', line 2235 def tag_specifications @tag_specifications end |
#type ⇒ "ipsec.1"
Returns the value of attribute type.
2234 2235 2236 |
# File 'sig/types.rbs', line 2234 def type @type end |