Class: Aws::Types::CreateProjectInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1415
1416
1417
# File 'sig/types.rbs', line 1415

def description
  @description
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


1413
1414
1415
# File 'sig/types.rbs', line 1413

def domain_identifier
  @domain_identifier
end

#domain_unit_id::String

Returns the value of attribute domain_unit_id.

Returns:

  • (::String)


1418
1419
1420
# File 'sig/types.rbs', line 1418

def domain_unit_id
  @domain_unit_id
end

#glossary_terms::Array[::String]

Returns the value of attribute glossary_terms.

Returns:

  • (::Array[::String])


1417
1418
1419
# File 'sig/types.rbs', line 1417

def glossary_terms
  @glossary_terms
end

#membership_assignments::Array[Types::ProjectMembershipAssignment]

Returns the value of attribute membership_assignments.



1423
1424
1425
# File 'sig/types.rbs', line 1423

def membership_assignments
  @membership_assignments
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1414
1415
1416
# File 'sig/types.rbs', line 1414

def name
  @name
end

#project_category::String

Returns the value of attribute project_category.

Returns:

  • (::String)


1421
1422
1423
# File 'sig/types.rbs', line 1421

def project_category
  @project_category
end

#project_execution_role::String

Returns the value of attribute project_execution_role.

Returns:

  • (::String)


1422
1423
1424
# File 'sig/types.rbs', line 1422

def project_execution_role
  @project_execution_role
end

#project_profile_id::String

Returns the value of attribute project_profile_id.

Returns:

  • (::String)


1419
1420
1421
# File 'sig/types.rbs', line 1419

def project_profile_id
  @project_profile_id
end

#resource_tags::Hash[::String, ::String]

Returns the value of attribute resource_tags.

Returns:

  • (::Hash[::String, ::String])


1416
1417
1418
# File 'sig/types.rbs', line 1416

def resource_tags
  @resource_tags
end

#user_parameters::Array[Types::EnvironmentConfigurationUserParameter]

Returns the value of attribute user_parameters.



1420
1421
1422
# File 'sig/types.rbs', line 1420

def user_parameters
  @user_parameters
end