Class: Aws::Types::UpdateProjectRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProjectRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#default_job_timeout_minutes ⇒ ::Integer
Returns the value of attribute default_job_timeout_minutes.
-
#environment_variables ⇒ ::Array[Types::EnvironmentVariable]
Returns the value of attribute environment_variables.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1476 1477 1478 |
# File 'sig/types.rbs', line 1476 def arn @arn end |
#default_job_timeout_minutes ⇒ ::Integer
Returns the value of attribute default_job_timeout_minutes.
1478 1479 1480 |
# File 'sig/types.rbs', line 1478 def default_job_timeout_minutes @default_job_timeout_minutes end |
#environment_variables ⇒ ::Array[Types::EnvironmentVariable]
Returns the value of attribute environment_variables.
1480 1481 1482 |
# File 'sig/types.rbs', line 1480 def environment_variables @environment_variables end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
1481 1482 1483 |
# File 'sig/types.rbs', line 1481 def execution_role_arn @execution_role_arn end |
#name ⇒ ::String
Returns the value of attribute name.
1477 1478 1479 |
# File 'sig/types.rbs', line 1477 def name @name end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
1479 1480 1481 |
# File 'sig/types.rbs', line 1479 def vpc_config @vpc_config end |