Class: Aws::Types::AllocateConnectionOnInterconnectRequest
- Inherits:
-
Object
- Object
- Aws::Types::AllocateConnectionOnInterconnectRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bandwidth ⇒ ::String
Returns the value of attribute bandwidth.
-
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
-
#interconnect_id ⇒ ::String
Returns the value of attribute interconnect_id.
-
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
-
#vlan ⇒ ::Integer
Returns the value of attribute vlan.
Instance Attribute Details
#bandwidth ⇒ ::String
Returns the value of attribute bandwidth.
25 26 27 |
# File 'sig/types.rbs', line 25 def bandwidth @bandwidth end |
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
26 27 28 |
# File 'sig/types.rbs', line 26 def connection_name @connection_name end |
#interconnect_id ⇒ ::String
Returns the value of attribute interconnect_id.
28 29 30 |
# File 'sig/types.rbs', line 28 def interconnect_id @interconnect_id end |
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
27 28 29 |
# File 'sig/types.rbs', line 27 def owner_account @owner_account end |
#vlan ⇒ ::Integer
Returns the value of attribute vlan.
29 30 31 |
# File 'sig/types.rbs', line 29 def vlan @vlan end |