Class: Aws::Types::ProviderResourceCapabilities

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

Returns the value of attribute bitbucket.



1832
1833
1834
# File 'sig/types.rbs', line 1832

def bitbucket
  @bitbucket
end

#confluenceTypes::ConfluenceResourceCapabilities

Returns the value of attribute confluence.



1833
1834
1835
# File 'sig/types.rbs', line 1833

def confluence
  @confluence
end

#githubTypes::GitHubResourceCapabilities

Returns the value of attribute github.



1830
1831
1832
# File 'sig/types.rbs', line 1830

def github
  @github
end

#gitlabTypes::GitLabResourceCapabilities

Returns the value of attribute gitlab.



1831
1832
1833
# File 'sig/types.rbs', line 1831

def gitlab
  @gitlab
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1834
1835
1836
# File 'sig/types.rbs', line 1834

def unknown
  @unknown
end