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.
276 277 278 |
# File 'sig/types.rbs', line 276 def amazon_side_asn @amazon_side_asn end |
#direct_connect_gateway_name ⇒ ::String
Returns the value of attribute direct_connect_gateway_name.
274 275 276 |
# File 'sig/types.rbs', line 274 def direct_connect_gateway_name @direct_connect_gateway_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
275 276 277 |
# File 'sig/types.rbs', line 275 def @tags end |