Class: Aws::Types::CreateDirectConnectGatewayRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDirectConnectGatewayRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amazon_side_asn ⇒ ::Integer
Returns the value of attribute amazon_side_asn.
-
#direct_connect_gateway_name ⇒ ::String
Returns the value of attribute direct_connect_gateway_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#amazon_side_asn ⇒ ::Integer
Returns the value of attribute amazon_side_asn.
280 281 282 |
# File 'sig/types.rbs', line 280 def amazon_side_asn @amazon_side_asn end |
#direct_connect_gateway_name ⇒ ::String
Returns the value of attribute direct_connect_gateway_name.
278 279 280 |
# File 'sig/types.rbs', line 278 def direct_connect_gateway_name @direct_connect_gateway_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
279 280 281 |
# File 'sig/types.rbs', line 279 def @tags end |