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.



645
646
647
# File 'sig/types.rbs', line 645

def input
  @input
end

#integration_display_name::String

Returns the value of attribute integration_display_name.

Returns:

  • (::String)


646
647
648
# File 'sig/types.rbs', line 646

def integration_display_name
  @integration_display_name
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


647
648
649
# File 'sig/types.rbs', line 647

def kms_key_id
  @kms_key_id
end

#private_connection_name::String

Returns the value of attribute private_connection_name.

Returns:

  • (::String)


649
650
651
# File 'sig/types.rbs', line 649

def private_connection_name
  @private_connection_name
end

#provider"GITHUB", ...

Returns the value of attribute provider.

Returns:

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


644
645
646
# File 'sig/types.rbs', line 644

def provider
  @provider
end

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

Returns the value of attribute tags.

Returns:

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


648
649
650
# File 'sig/types.rbs', line 648

def tags
  @tags
end