Class: Aws::SecurityAgent::Types::BitbucketRepositoryMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::BitbucketRepositoryMetadata
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityagent/types.rb
Overview
Metadata for an integrated Bitbucket repository.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_type ⇒ String
Defines the visibility level of provider resources.
-
#name ⇒ String
Name of the resource e.g.
-
#provider_resource_id ⇒ String
Provider Id of the resource e.g.
-
#workspace ⇒ String
The workspace slug that owns the repository.
Instance Attribute Details
#access_type ⇒ String
Defines the visibility level of provider resources. PRIVATE indicates restricted access, while PUBLIC indicates open access.
1362 1363 1364 1365 1366 1367 1368 1369 |
# File 'lib/aws-sdk-securityagent/types.rb', line 1362 class BitbucketRepositoryMetadata < Struct.new( :name, :provider_resource_id, :workspace, :access_type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of the resource e.g. repository name, etc.
1362 1363 1364 1365 1366 1367 1368 1369 |
# File 'lib/aws-sdk-securityagent/types.rb', line 1362 class BitbucketRepositoryMetadata < Struct.new( :name, :provider_resource_id, :workspace, :access_type) SENSITIVE = [] include Aws::Structure end |
#provider_resource_id ⇒ String
Provider Id of the resource e.g. GitHub repository id, etc.
1362 1363 1364 1365 1366 1367 1368 1369 |
# File 'lib/aws-sdk-securityagent/types.rb', line 1362 class BitbucketRepositoryMetadata < Struct.new( :name, :provider_resource_id, :workspace, :access_type) SENSITIVE = [] include Aws::Structure end |
#workspace ⇒ String
The workspace slug that owns the repository.
1362 1363 1364 1365 1366 1367 1368 1369 |
# File 'lib/aws-sdk-securityagent/types.rb', line 1362 class BitbucketRepositoryMetadata < Struct.new( :name, :provider_resource_id, :workspace, :access_type) SENSITIVE = [] include Aws::Structure end |