Class: Aws::SecurityAgent::Types::BitbucketRepositoryResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::BitbucketRepositoryResource
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityagent/types.rb
Overview
A Bitbucket repository integrated as a resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
Name of the resource e.g.
-
#workspace ⇒ String
The workspace slug that owns the repository.
Instance Attribute Details
#name ⇒ String
Name of the resource e.g. repository name, etc.
1383 1384 1385 1386 1387 1388 |
# File 'lib/aws-sdk-securityagent/types.rb', line 1383 class BitbucketRepositoryResource < Struct.new( :name, :workspace) SENSITIVE = [] include Aws::Structure end |
#workspace ⇒ String
The workspace slug that owns the repository.
1383 1384 1385 1386 1387 1388 |
# File 'lib/aws-sdk-securityagent/types.rb', line 1383 class BitbucketRepositoryResource < Struct.new( :name, :workspace) SENSITIVE = [] include Aws::Structure end |