Class: Aws::Types::AllocateHostedConnectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::AllocateHostedConnectionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bandwidth ⇒ ::String
Returns the value of attribute bandwidth.
-
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
-
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
-
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#vlan ⇒ ::Integer
Returns the value of attribute vlan.
Instance Attribute Details
#bandwidth ⇒ ::String
Returns the value of attribute bandwidth.
36 37 38 |
# File 'sig/types.rbs', line 36 def bandwidth @bandwidth end |
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
34 35 36 |
# File 'sig/types.rbs', line 34 def connection_id @connection_id end |
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
37 38 39 |
# File 'sig/types.rbs', line 37 def connection_name @connection_name end |
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
35 36 37 |
# File 'sig/types.rbs', line 35 def owner_account @owner_account end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
39 40 41 |
# File 'sig/types.rbs', line 39 def @tags end |
#vlan ⇒ ::Integer
Returns the value of attribute vlan.
38 39 40 |
# File 'sig/types.rbs', line 38 def vlan @vlan end |