Class: Aws::Types::CustomerGateway
- Inherits:
-
Object
- Object
- Aws::Types::CustomerGateway
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bgp_asn ⇒ ::String
Returns the value of attribute bgp_asn.
-
#bgp_asn_extended ⇒ ::String
Returns the value of attribute bgp_asn_extended.
-
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
-
#customer_gateway_id ⇒ ::String
Returns the value of attribute customer_gateway_id.
-
#device_name ⇒ ::String
Returns the value of attribute device_name.
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
-
#state ⇒ ::String
Returns the value of attribute state.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#bgp_asn ⇒ ::String
Returns the value of attribute bgp_asn.
3914 3915 3916 |
# File 'sig/types.rbs', line 3914 def bgp_asn @bgp_asn end |
#bgp_asn_extended ⇒ ::String
Returns the value of attribute bgp_asn_extended.
3909 3910 3911 |
# File 'sig/types.rbs', line 3909 def bgp_asn_extended @bgp_asn_extended end |
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
3906 3907 3908 |
# File 'sig/types.rbs', line 3906 def certificate_arn @certificate_arn end |
#customer_gateway_id ⇒ ::String
Returns the value of attribute customer_gateway_id.
3910 3911 3912 |
# File 'sig/types.rbs', line 3910 def customer_gateway_id @customer_gateway_id end |
#device_name ⇒ ::String
Returns the value of attribute device_name.
3907 3908 3909 |
# File 'sig/types.rbs', line 3907 def device_name @device_name end |
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
3913 3914 3915 |
# File 'sig/types.rbs', line 3913 def ip_address @ip_address end |
#state ⇒ ::String
Returns the value of attribute state.
3911 3912 3913 |
# File 'sig/types.rbs', line 3911 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
3908 3909 3910 |
# File 'sig/types.rbs', line 3908 def @tags end |
#type ⇒ ::String
Returns the value of attribute type.
3912 3913 3914 |
# File 'sig/types.rbs', line 3912 def type @type end |