Class: Aws::Types::CreateConnectionInput

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:



43
44
45
# File 'sig/types.rbs', line 43

def connection_name
  @connection_name
end

#host_arn ⇒ ::String

Returns the value of attribute host_arn.

Returns:



45
46
47
# File 'sig/types.rbs', line 45

def host_arn
  @host_arn
end

#provider_type ⇒ "Bitbucket", ...

Returns the value of attribute provider_type.

Returns:



42
43
44
# File 'sig/types.rbs', line 42

def provider_type
  @provider_type
end

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

Returns the value of attribute tags.

Returns:



44
45
46
# File 'sig/types.rbs', line 44

def tags
  @tags
end