Class: Aws::Types::ProviderInput

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

Defined Under Namespace

Classes: Bitbucket, Confluence, Github, Gitlab, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bitbucketTypes::BitbucketIntegrationInput

Returns the value of attribute bitbucket.



1812
1813
1814
# File 'sig/types.rbs', line 1812

def bitbucket
  @bitbucket
end

#confluenceTypes::ConfluenceIntegrationInput

Returns the value of attribute confluence.



1813
1814
1815
# File 'sig/types.rbs', line 1813

def confluence
  @confluence
end

#githubTypes::GitHubIntegrationInput

Returns the value of attribute github.



1810
1811
1812
# File 'sig/types.rbs', line 1810

def github
  @github
end

#gitlabTypes::GitLabIntegrationInput

Returns the value of attribute gitlab.



1811
1812
1813
# File 'sig/types.rbs', line 1811

def gitlab
  @gitlab
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1814
1815
1816
# File 'sig/types.rbs', line 1814

def unknown
  @unknown
end