Class: Aws::Types::CreateProjectRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateProjectRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#default_job_timeout_minutes ⇒ ::Integer
Returns the value of attribute default_job_timeout_minutes.
111 112 113 |
# File 'sig/types.rbs', line 111 def default_job_timeout_minutes @default_job_timeout_minutes end |
#environment_variables ⇒ ::Array[Types::EnvironmentVariable]
Returns the value of attribute environment_variables.
113 114 115 |
# File 'sig/types.rbs', line 113 def environment_variables @environment_variables end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
114 115 116 |
# File 'sig/types.rbs', line 114 def execution_role_arn @execution_role_arn end |
#name ⇒ ::String
Returns the value of attribute name.
110 111 112 |
# File 'sig/types.rbs', line 110 def name @name end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
112 113 114 |
# File 'sig/types.rbs', line 112 def vpc_config @vpc_config end |