Class: Aws::SecurityAgent::Types::BitbucketRepositoryResource

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

Name of the resource e.g. repository name, etc.

Returns:

  • (String)


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

#workspaceString

The workspace slug that owns the repository.

Returns:

  • (String)


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