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.
1831 1832 1833 |
# File 'sig/types.rbs', line 1831 def bitbucket @bitbucket end |
#confluence ⇒ Types::ConfluenceIntegrationInput
Returns the value of attribute confluence.
1832 1833 1834 |
# File 'sig/types.rbs', line 1832 def confluence @confluence end |
#github ⇒ Types::GitHubIntegrationInput
Returns the value of attribute github.
1829 1830 1831 |
# File 'sig/types.rbs', line 1829 def github @github end |
#gitlab ⇒ Types::GitLabIntegrationInput
Returns the value of attribute gitlab.
1830 1831 1832 |
# File 'sig/types.rbs', line 1830 def gitlab @gitlab end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1833 1834 1835 |
# File 'sig/types.rbs', line 1833 def unknown @unknown end |