Class: Aws::Types::VpnConcentrator
- Inherits:
-
Object
- Object
- Aws::Types::VpnConcentrator
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#state ⇒ ::String
Returns the value of attribute state.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
-
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#vpn_concentrator_id ⇒ ::String
Returns the value of attribute vpn_concentrator_id.
Instance Attribute Details
#state ⇒ ::String
Returns the value of attribute state.
19177 19178 19179 |
# File 'sig/types.rbs', line 19177 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
19181 19182 19183 |
# File 'sig/types.rbs', line 19181 def @tags end |
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
19179 19180 19181 |
# File 'sig/types.rbs', line 19179 def @transit_gateway_attachment_id end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
19178 19179 19180 |
# File 'sig/types.rbs', line 19178 def transit_gateway_id @transit_gateway_id end |
#type ⇒ ::String
Returns the value of attribute type.
19180 19181 19182 |
# File 'sig/types.rbs', line 19180 def type @type end |
#vpn_concentrator_id ⇒ ::String
Returns the value of attribute vpn_concentrator_id.
19176 19177 19178 |
# File 'sig/types.rbs', line 19176 def vpn_concentrator_id @vpn_concentrator_id end |