Class: Aws::Types::IntegratedResourceMetadata

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

Defined Under Namespace

Classes: BitbucketRepository, ConfluenceDocument, GithubRepository, GitlabRepository, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bitbucket_repositoryTypes::BitbucketRepositoryMetadata

Returns the value of attribute bitbucket_repository.



1270
1271
1272
# File 'sig/types.rbs', line 1270

def bitbucket_repository
  @bitbucket_repository
end

#confluence_documentTypes::ConfluenceDocumentMetadata

Returns the value of attribute confluence_document.



1271
1272
1273
# File 'sig/types.rbs', line 1271

def confluence_document
  @confluence_document
end

#github_repositoryTypes::GitHubRepositoryMetadata

Returns the value of attribute github_repository.



1268
1269
1270
# File 'sig/types.rbs', line 1268

def github_repository
  @github_repository
end

#gitlab_repositoryTypes::GitLabRepositoryMetadata

Returns the value of attribute gitlab_repository.



1269
1270
1271
# File 'sig/types.rbs', line 1269

def gitlab_repository
  @gitlab_repository
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1272
1273
1274
# File 'sig/types.rbs', line 1272

def unknown
  @unknown
end