Class: Aws::Types::ProviderInput
- Inherits:
-
Object
- Object
- Aws::Types::ProviderInput
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Bitbucket, Confluence, Github, Gitlab, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bitbucket ⇒ Types::BitbucketIntegrationInput
Returns the value of attribute bitbucket.
-
#confluence ⇒ Types::ConfluenceIntegrationInput
Returns the value of attribute confluence.
-
#github ⇒ Types::GitHubIntegrationInput
Returns the value of attribute github.
-
#gitlab ⇒ Types::GitLabIntegrationInput
Returns the value of attribute gitlab.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#bitbucket ⇒ Types::BitbucketIntegrationInput
Returns the value of attribute bitbucket.
1799 1800 1801 |
# File 'sig/types.rbs', line 1799 def bitbucket @bitbucket end |
#confluence ⇒ Types::ConfluenceIntegrationInput
Returns the value of attribute confluence.
1800 1801 1802 |
# File 'sig/types.rbs', line 1800 def confluence @confluence end |
#github ⇒ Types::GitHubIntegrationInput
Returns the value of attribute github.
1797 1798 1799 |
# File 'sig/types.rbs', line 1797 def github @github end |
#gitlab ⇒ Types::GitLabIntegrationInput
Returns the value of attribute gitlab.
1798 1799 1800 |
# File 'sig/types.rbs', line 1798 def gitlab @gitlab end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1801 1802 1803 |
# File 'sig/types.rbs', line 1801 def unknown @unknown end |