Class: Aws::Types::Project
- Inherits:
-
Object
- Object
- Aws::Types::Project
- 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.
-
#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.
1044 1045 1046 |
# File 'sig/types.rbs', line 1044 def arn @arn end |
#created ⇒ ::Time
Returns the value of attribute created.
1047 1048 1049 |
# File 'sig/types.rbs', line 1047 def created @created end |
#default_job_timeout_minutes ⇒ ::Integer
Returns the value of attribute default_job_timeout_minutes.
1046 1047 1048 |
# File 'sig/types.rbs', line 1046 def default_job_timeout_minutes @default_job_timeout_minutes end |
#environment_variables ⇒ ::Array[Types::EnvironmentVariable]
Returns the value of attribute environment_variables.
1049 1050 1051 |
# File 'sig/types.rbs', line 1049 def environment_variables @environment_variables end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
1050 1051 1052 |
# File 'sig/types.rbs', line 1050 def execution_role_arn @execution_role_arn end |
#name ⇒ ::String
Returns the value of attribute name.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 def name @name end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
1048 1049 1050 |
# File 'sig/types.rbs', line 1048 def vpc_config @vpc_config end |