Class: Aws::Types::ProviderResourceCapabilities
- Inherits:
-
Object
- Object
- Aws::Types::ProviderResourceCapabilities
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Bitbucket, Confluence, Github, Gitlab, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bitbucket ⇒ Types::BitbucketResourceCapabilities
Returns the value of attribute bitbucket.
-
#confluence ⇒ Types::ConfluenceResourceCapabilities
Returns the value of attribute confluence.
-
#github ⇒ Types::GitHubResourceCapabilities
Returns the value of attribute github.
-
#gitlab ⇒ Types::GitLabResourceCapabilities
Returns the value of attribute gitlab.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#bitbucket ⇒ Types::BitbucketResourceCapabilities
Returns the value of attribute bitbucket.
1819 1820 1821 |
# File 'sig/types.rbs', line 1819 def bitbucket @bitbucket end |
#confluence ⇒ Types::ConfluenceResourceCapabilities
Returns the value of attribute confluence.
1820 1821 1822 |
# File 'sig/types.rbs', line 1820 def confluence @confluence end |
#github ⇒ Types::GitHubResourceCapabilities
Returns the value of attribute github.
1817 1818 1819 |
# File 'sig/types.rbs', line 1817 def github @github end |
#gitlab ⇒ Types::GitLabResourceCapabilities
Returns the value of attribute gitlab.
1818 1819 1820 |
# File 'sig/types.rbs', line 1818 def gitlab @gitlab end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1821 1822 1823 |
# File 'sig/types.rbs', line 1821 def unknown @unknown end |