Class: Aws::Types::IntegratedResource
- Inherits:
-
Object
- Object
- Aws::Types::IntegratedResource
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: BitbucketRepository, ConfluenceDocument, GithubRepository, GitlabRepository, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bitbucket_repository ⇒ Types::BitbucketRepositoryResource
Returns the value of attribute bitbucket_repository.
-
#confluence_document ⇒ Types::ConfluenceDocumentResource
Returns the value of attribute confluence_document.
-
#github_repository ⇒ Types::GitHubRepositoryResource
Returns the value of attribute github_repository.
-
#gitlab_repository ⇒ Types::GitLabRepositoryResource
Returns the value of attribute gitlab_repository.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#bitbucket_repository ⇒ Types::BitbucketRepositoryResource
Returns the value of attribute bitbucket_repository.
1253 1254 1255 |
# File 'sig/types.rbs', line 1253 def bitbucket_repository @bitbucket_repository end |
#confluence_document ⇒ Types::ConfluenceDocumentResource
Returns the value of attribute confluence_document.
1254 1255 1256 |
# File 'sig/types.rbs', line 1254 def confluence_document @confluence_document end |
#github_repository ⇒ Types::GitHubRepositoryResource
Returns the value of attribute github_repository.
1251 1252 1253 |
# File 'sig/types.rbs', line 1251 def github_repository @github_repository end |
#gitlab_repository ⇒ Types::GitLabRepositoryResource
Returns the value of attribute gitlab_repository.
1252 1253 1254 |
# File 'sig/types.rbs', line 1252 def gitlab_repository @gitlab_repository end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1255 1256 1257 |
# File 'sig/types.rbs', line 1255 def unknown @unknown end |