Class: Aws::Types::IntegratedResource

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::BitbucketRepositoryResource

Returns the value of attribute bitbucket_repository.



1244
1245
1246
# File 'sig/types.rbs', line 1244

def bitbucket_repository
  @bitbucket_repository
end

#confluence_documentTypes::ConfluenceDocumentResource

Returns the value of attribute confluence_document.



1245
1246
1247
# File 'sig/types.rbs', line 1245

def confluence_document
  @confluence_document
end

#github_repositoryTypes::GitHubRepositoryResource

Returns the value of attribute github_repository.



1242
1243
1244
# File 'sig/types.rbs', line 1242

def github_repository
  @github_repository
end

#gitlab_repositoryTypes::GitLabRepositoryResource

Returns the value of attribute gitlab_repository.



1243
1244
1245
# File 'sig/types.rbs', line 1243

def gitlab_repository
  @gitlab_repository
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1246
1247
1248
# File 'sig/types.rbs', line 1246

def unknown
  @unknown
end