Class: Aws::Types::AllocateHostedConnectionRequest

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)


36
37
38
# File 'sig/types.rbs', line 36

def bandwidth
  @bandwidth
end

#connection_id::String

Returns the value of attribute connection_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


35
36
37
# File 'sig/types.rbs', line 35

def 
  @owner_account
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



39
40
41
# File 'sig/types.rbs', line 39

def tags
  @tags
end

#vlan::Integer

Returns the value of attribute vlan.

Returns:

  • (::Integer)


38
39
40
# File 'sig/types.rbs', line 38

def vlan
  @vlan
end