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.
301 302 303 |
# File 'sig/types.rbs', line 301 def amazon_side_asn @amazon_side_asn end |
#direct_connect_gateway_name ⇒ ::String
Returns the value of attribute direct_connect_gateway_name.
299 300 301 |
# File 'sig/types.rbs', line 299 def direct_connect_gateway_name @direct_connect_gateway_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
300 301 302 |
# File 'sig/types.rbs', line 300 def @tags end |