Class: Aws::Types::UpdateProjectRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1477
1478
1479
# File 'sig/types.rbs', line 1477

def name
  @name
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



1479
1480
1481
# File 'sig/types.rbs', line 1479

def vpc_config
  @vpc_config
end