Class: Aws::Types::AzureDevOpsConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AzureDevOpsConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#organization_name ⇒ ::String
Returns the value of attribute organization_name.
-
#project_id ⇒ ::String
Returns the value of attribute project_id.
-
#project_name ⇒ ::String
Returns the value of attribute project_name.
Instance Attribute Details
#organization_name ⇒ ::String
Returns the value of attribute organization_name.
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.
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.
254 255 256 |
# File 'sig/types.rbs', line 254 def project_name @project_name end |