Class: Aws::Types::CreateDirectConnectGatewayAttachmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDirectConnectGatewayAttachmentRequest
- 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.
-
#direct_connect_gateway_arn ⇒ ::String
Returns the value of attribute direct_connect_gateway_arn.
-
#edge_locations ⇒ ::Array[::String]
Returns the value of attribute edge_locations.
-
#routing_policy_label ⇒ ::String
Returns the value of attribute routing_policy_label.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
500 501 502 |
# File 'sig/types.rbs', line 500 def client_token @client_token end |
#core_network_id ⇒ ::String
Returns the value of attribute core_network_id.
495 496 497 |
# File 'sig/types.rbs', line 495 def core_network_id @core_network_id end |
#direct_connect_gateway_arn ⇒ ::String
Returns the value of attribute direct_connect_gateway_arn.
496 497 498 |
# File 'sig/types.rbs', line 496 def direct_connect_gateway_arn @direct_connect_gateway_arn end |
#edge_locations ⇒ ::Array[::String]
Returns the value of attribute edge_locations.
498 499 500 |
# File 'sig/types.rbs', line 498 def edge_locations @edge_locations end |
#routing_policy_label ⇒ ::String
Returns the value of attribute routing_policy_label.
497 498 499 |
# File 'sig/types.rbs', line 497 def routing_policy_label @routing_policy_label end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
499 500 501 |
# File 'sig/types.rbs', line 499 def @tags end |