Class: Aws::Types::Project

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)


1044
1045
1046
# File 'sig/types.rbs', line 1044

def arn
  @arn
end

#created::Time

Returns the value of attribute created.

Returns:

  • (::Time)


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.

Returns:

  • (::Integer)


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1045
1046
1047
# File 'sig/types.rbs', line 1045

def name
  @name
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



1048
1049
1050
# File 'sig/types.rbs', line 1048

def vpc_config
  @vpc_config
end