Class: Aws::Types::CreateTestGridProjectRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTestGridProjectRequest
- 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.
-
#vpc_config ⇒ Types::TestGridVpcConfig
Returns the value of attribute vpc_config.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
150 151 152 |
# File 'sig/types.rbs', line 150 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
149 150 151 |
# File 'sig/types.rbs', line 149 def name @name end |
#vpc_config ⇒ Types::TestGridVpcConfig
Returns the value of attribute vpc_config.
151 152 153 |
# File 'sig/types.rbs', line 151 def vpc_config @vpc_config end |