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.



1799
1800
1801
# File 'sig/types.rbs', line 1799

def bitbucket
  @bitbucket
end

#confluenceTypes::ConfluenceIntegrationInput

Returns the value of attribute confluence.



1800
1801
1802
# File 'sig/types.rbs', line 1800

def confluence
  @confluence
end

#githubTypes::GitHubIntegrationInput

Returns the value of attribute github.



1797
1798
1799
# File 'sig/types.rbs', line 1797

def github
  @github
end

#gitlabTypes::GitLabIntegrationInput

Returns the value of attribute gitlab.



1798
1799
1800
# File 'sig/types.rbs', line 1798

def gitlab
  @gitlab
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1801
1802
1803
# File 'sig/types.rbs', line 1801

def unknown
  @unknown
end