Class: Aws::Types::CreateIntegrationInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateIntegrationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input ⇒ Types::ProviderInput
Returns the value of attribute input.
-
#integration_display_name ⇒ ::String
Returns the value of attribute integration_display_name.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#private_connection_name ⇒ ::String
Returns the value of attribute private_connection_name.
-
#provider ⇒ "GITHUB", ...
Returns the value of attribute provider.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#input ⇒ Types::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.
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.
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.
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.
644 645 646 |
# File 'sig/types.rbs', line 644 def provider @provider end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
648 649 650 |
# File 'sig/types.rbs', line 648 def @tags end |