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.



1831
1832
1833
# File 'sig/types.rbs', line 1831

def bitbucket
  @bitbucket
end

#confluenceTypes::ConfluenceIntegrationInput

Returns the value of attribute confluence.



1832
1833
1834
# File 'sig/types.rbs', line 1832

def confluence
  @confluence
end

#githubTypes::GitHubIntegrationInput

Returns the value of attribute github.



1829
1830
1831
# File 'sig/types.rbs', line 1829

def github
  @github
end

#gitlabTypes::GitLabIntegrationInput

Returns the value of attribute gitlab.



1830
1831
1832
# File 'sig/types.rbs', line 1830

def gitlab
  @gitlab
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1833
1834
1835
# File 'sig/types.rbs', line 1833

def unknown
  @unknown
end