Class: Aws::Types::CreateProjectOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1446
1447
1448
# File 'sig/types.rbs', line 1446

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


1445
1446
1447
# File 'sig/types.rbs', line 1445

def created_by
  @created_by
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1442
1443
1444
# File 'sig/types.rbs', line 1442

def description
  @description
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


1439
1440
1441
# File 'sig/types.rbs', line 1439

def domain_id
  @domain_id
end

#domain_unit_id::String

Returns the value of attribute domain_unit_id.

Returns:

  • (::String)


1450
1451
1452
# File 'sig/types.rbs', line 1450

def domain_unit_id
  @domain_unit_id
end

#environment_deployment_detailsTypes::EnvironmentDeploymentDetails

Returns the value of attribute environment_deployment_details.



1453
1454
1455
# File 'sig/types.rbs', line 1453

def environment_deployment_details
  @environment_deployment_details
end

#failure_reasons::Array[Types::ProjectDeletionError]

Returns the value of attribute failure_reasons.

Returns:



1444
1445
1446
# File 'sig/types.rbs', line 1444

def failure_reasons
  @failure_reasons
end

#glossary_terms::Array[::String]

Returns the value of attribute glossary_terms.

Returns:

  • (::Array[::String])


1449
1450
1451
# File 'sig/types.rbs', line 1449

def glossary_terms
  @glossary_terms
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1440
1441
1442
# File 'sig/types.rbs', line 1440

def id
  @id
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


1447
1448
1449
# File 'sig/types.rbs', line 1447

def last_updated_at
  @last_updated_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1441
1442
1443
# File 'sig/types.rbs', line 1441

def name
  @name
end

#project_category::String

Returns the value of attribute project_category.

Returns:

  • (::String)


1454
1455
1456
# File 'sig/types.rbs', line 1454

def project_category
  @project_category
end

#project_profile_id::String

Returns the value of attribute project_profile_id.

Returns:

  • (::String)


1451
1452
1453
# File 'sig/types.rbs', line 1451

def project_profile_id
  @project_profile_id
end

#project_status"ACTIVE", ...

Returns the value of attribute project_status.

Returns:

  • ("ACTIVE", "DELETING", "DELETE_FAILED", "UPDATING", "UPDATE_FAILED", "MOVING")


1443
1444
1445
# File 'sig/types.rbs', line 1443

def project_status
  @project_status
end

#resource_tags::Array[Types::ResourceTag]

Returns the value of attribute resource_tags.

Returns:



1448
1449
1450
# File 'sig/types.rbs', line 1448

def resource_tags
  @resource_tags
end

#user_parameters::Array[Types::EnvironmentConfigurationUserParameter]

Returns the value of attribute user_parameters.



1452
1453
1454
# File 'sig/types.rbs', line 1452

def user_parameters
  @user_parameters
end