Class: Aws::Types::IntegratedResourceMetadata
- Inherits:
-
Object
- Object
- Aws::Types::IntegratedResourceMetadata
- 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::BitbucketRepositoryMetadata
Returns the value of attribute bitbucket_repository.
-
#confluence_document ⇒ Types::ConfluenceDocumentMetadata
Returns the value of attribute confluence_document.
-
#github_repository ⇒ Types::GitHubRepositoryMetadata
Returns the value of attribute github_repository.
-
#gitlab_repository ⇒ Types::GitLabRepositoryMetadata
Returns the value of attribute gitlab_repository.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#bitbucket_repository ⇒ Types::BitbucketRepositoryMetadata
Returns the value of attribute bitbucket_repository.
1279 1280 1281 |
# File 'sig/types.rbs', line 1279 def bitbucket_repository @bitbucket_repository end |
#confluence_document ⇒ Types::ConfluenceDocumentMetadata
Returns the value of attribute confluence_document.
1280 1281 1282 |
# File 'sig/types.rbs', line 1280 def confluence_document @confluence_document end |
#github_repository ⇒ Types::GitHubRepositoryMetadata
Returns the value of attribute github_repository.
1277 1278 1279 |
# File 'sig/types.rbs', line 1277 def github_repository @github_repository end |
#gitlab_repository ⇒ Types::GitLabRepositoryMetadata
Returns the value of attribute gitlab_repository.
1278 1279 1280 |
# File 'sig/types.rbs', line 1278 def gitlab_repository @gitlab_repository end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1281 1282 1283 |
# File 'sig/types.rbs', line 1281 def unknown @unknown end |