Class: Aws::Types::TestGridProject
- Inherits:
-
Object
- Object
- Aws::Types::TestGridProject
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created ⇒ ::Time
Returns the value of attribute created.
-
#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
#arn ⇒ ::String
Returns the value of attribute arn.
1324 1325 1326 |
# File 'sig/types.rbs', line 1324 def arn @arn end |
#created ⇒ ::Time
Returns the value of attribute created.
1328 1329 1330 |
# File 'sig/types.rbs', line 1328 def created @created end |
#description ⇒ ::String
Returns the value of attribute description.
1326 1327 1328 |
# File 'sig/types.rbs', line 1326 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1325 1326 1327 |
# File 'sig/types.rbs', line 1325 def name @name end |
#vpc_config ⇒ Types::TestGridVpcConfig
Returns the value of attribute vpc_config.
1327 1328 1329 |
# File 'sig/types.rbs', line 1327 def vpc_config @vpc_config end |