Class: Aws::Types::CreateProjectRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#default_job_timeout_minutes::Integer

Returns the value of attribute default_job_timeout_minutes.

Returns:

  • (::Integer)


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


110
111
112
# File 'sig/types.rbs', line 110

def name
  @name
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



112
113
114
# File 'sig/types.rbs', line 112

def vpc_config
  @vpc_config
end