Class: Aws::Types::CreateSiteToSiteVpnAttachmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSiteToSiteVpnAttachmentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#core_network_id ⇒ ::String
Returns the value of attribute core_network_id.
-
#routing_policy_label ⇒ ::String
Returns the value of attribute routing_policy_label.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#vpn_connection_arn ⇒ ::String
Returns the value of attribute vpn_connection_arn.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
554 555 556 |
# File 'sig/types.rbs', line 554 def client_token @client_token end |
#core_network_id ⇒ ::String
Returns the value of attribute core_network_id.
550 551 552 |
# File 'sig/types.rbs', line 550 def core_network_id @core_network_id end |
#routing_policy_label ⇒ ::String
Returns the value of attribute routing_policy_label.
552 553 554 |
# File 'sig/types.rbs', line 552 def routing_policy_label @routing_policy_label end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
553 554 555 |
# File 'sig/types.rbs', line 553 def end |
#vpn_connection_arn ⇒ ::String
Returns the value of attribute vpn_connection_arn.
551 552 553 |
# File 'sig/types.rbs', line 551 def vpn_connection_arn @vpn_connection_arn end |