Class: Aws::Types::AllocateConnectionOnInterconnectRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bandwidth::String

Returns the value of attribute bandwidth.

Returns:

  • (::String)


25
26
27
# File 'sig/types.rbs', line 25

def bandwidth
  @bandwidth
end

#connection_name::String

Returns the value of attribute connection_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


27
28
29
# File 'sig/types.rbs', line 27

def 
  @owner_account
end

#vlan::Integer

Returns the value of attribute vlan.

Returns:

  • (::Integer)


29
30
31
# File 'sig/types.rbs', line 29

def vlan
  @vlan
end