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

#connection_name ⇒ ::String

Returns the value of attribute connection_name.

Returns:

  • (::String)


124
125
126
# File 'sig/types.rbs', line 124

def connection_name
  @connection_name
end

#provider_type ⇒ "GITHUB", "BITBUCKET"

Returns the value of attribute provider_type.

Returns:

  • ("GITHUB", "BITBUCKET")


125
126
127
# File 'sig/types.rbs', line 125

def provider_type
  @provider_type
end

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

Returns the value of attribute tags.

Returns:



126
127
128
# File 'sig/types.rbs', line 126

def tags
  @tags
end