Class: Aws::Types::CreateConnectionOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_arn ⇒ ::String

Returns the value of attribute connection_arn.

Returns:

  • (::String)


50
51
52
# File 'sig/types.rbs', line 50

def connection_arn
  @connection_arn
end

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

Returns the value of attribute tags.

Returns:



51
52
53
# File 'sig/types.rbs', line 51

def tags
  @tags
end