Class: Aws::Types::AzureDevOpsConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#organization_name::String

Returns the value of attribute organization_name.

Returns:

  • (::String)


252
253
254
# File 'sig/types.rbs', line 252

def organization_name
  @organization_name
end

#project_id::String

Returns the value of attribute project_id.

Returns:

  • (::String)


253
254
255
# File 'sig/types.rbs', line 253

def project_id
  @project_id
end

#project_name::String

Returns the value of attribute project_name.

Returns:

  • (::String)


254
255
256
# File 'sig/types.rbs', line 254

def project_name
  @project_name
end