Class: Aws::Types::CreateConnectionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connected_device_id ⇒ ::String

Returns the value of attribute connected_device_id.

Returns:

  • (::String)


433
434
435
# File 'sig/types.rbs', line 433

def connected_device_id
  @connected_device_id
end

Returns the value of attribute connected_link_id.

Returns:

  • (::String)


435
436
437
# File 'sig/types.rbs', line 435

def connected_link_id
  @connected_link_id
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


436
437
438
# File 'sig/types.rbs', line 436

def description
  @description
end

#device_id ⇒ ::String

Returns the value of attribute device_id.

Returns:

  • (::String)


432
433
434
# File 'sig/types.rbs', line 432

def device_id
  @device_id
end

#global_network_id ⇒ ::String

Returns the value of attribute global_network_id.

Returns:

  • (::String)


431
432
433
# File 'sig/types.rbs', line 431

def global_network_id
  @global_network_id
end

Returns the value of attribute link_id.

Returns:

  • (::String)


434
435
436
# File 'sig/types.rbs', line 434

def link_id
  @link_id
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



437
438
439
# File 'sig/types.rbs', line 437

def tags
  @tags
end