Class: Aws::Types::BitbucketRepositoryMetadata

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_type"PRIVATE", "PUBLIC"

Returns the value of attribute access_type.

Returns:

  • ("PRIVATE", "PUBLIC")


404
405
406
# File 'sig/types.rbs', line 404

def access_type
  @access_type
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


401
402
403
# File 'sig/types.rbs', line 401

def name
  @name
end

#provider_resource_id::String

Returns the value of attribute provider_resource_id.

Returns:

  • (::String)


402
403
404
# File 'sig/types.rbs', line 402

def provider_resource_id
  @provider_resource_id
end

#workspace::String

Returns the value of attribute workspace.

Returns:

  • (::String)


403
404
405
# File 'sig/types.rbs', line 403

def workspace
  @workspace
end