Class: Aws::Types::UpdateTestGridProjectRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTestGridProjectRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#project_arn ⇒ ::String
Returns the value of attribute project_arn.
-
#vpc_config ⇒ Types::TestGridVpcConfig
Returns the value of attribute vpc_config.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1493 1494 1495 |
# File 'sig/types.rbs', line 1493 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1492 1493 1494 |
# File 'sig/types.rbs', line 1492 def name @name end |
#project_arn ⇒ ::String
Returns the value of attribute project_arn.
1491 1492 1493 |
# File 'sig/types.rbs', line 1491 def project_arn @project_arn end |
#vpc_config ⇒ Types::TestGridVpcConfig
Returns the value of attribute vpc_config.
1494 1495 1496 |
# File 'sig/types.rbs', line 1494 def vpc_config @vpc_config end |