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.



1821
1822
1823
# File 'sig/types.rbs', line 1821

def bitbucket
  @bitbucket
end

#confluenceTypes::ConfluenceResourceCapabilities

Returns the value of attribute confluence.



1822
1823
1824
# File 'sig/types.rbs', line 1822

def confluence
  @confluence
end

#githubTypes::GitHubResourceCapabilities

Returns the value of attribute github.



1819
1820
1821
# File 'sig/types.rbs', line 1819

def github
  @github
end

#gitlabTypes::GitLabResourceCapabilities

Returns the value of attribute gitlab.



1820
1821
1822
# File 'sig/types.rbs', line 1820

def gitlab
  @gitlab
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1823
1824
1825
# File 'sig/types.rbs', line 1823

def unknown
  @unknown
end