Class: Aws::Types::CreateIntegrationInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#inputTypes::ProviderInput

Returns the value of attribute input.



669
670
671
# File 'sig/types.rbs', line 669

def input
  @input
end

#integration_display_name::String

Returns the value of attribute integration_display_name.

Returns:

  • (::String)


670
671
672
# File 'sig/types.rbs', line 670

def integration_display_name
  @integration_display_name
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


671
672
673
# File 'sig/types.rbs', line 671

def kms_key_id
  @kms_key_id
end

#private_connection_name::String

Returns the value of attribute private_connection_name.

Returns:

  • (::String)


673
674
675
# File 'sig/types.rbs', line 673

def private_connection_name
  @private_connection_name
end

#provider"GITHUB", ...

Returns the value of attribute provider.

Returns:

  • ("GITHUB", "GITLAB", "BITBUCKET", "CONFLUENCE")


668
669
670
# File 'sig/types.rbs', line 668

def provider
  @provider
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


672
673
674
# File 'sig/types.rbs', line 672

def tags
  @tags
end