Class: Aws::DataZone::Types::GetProjectOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:description, :name]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp of when the project was created.

Returns:

  • (Time)


9418
9419
9420
9421
9422
9423
9424
9425
9426
9427
9428
9429
9430
9431
9432
9433
9434
9435
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9418

class GetProjectOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :domain_unit_id,
  :environment_deployment_details,
  :failure_reasons,
  :glossary_terms,
  :id,
  :last_updated_at,
  :name,
  :project_profile_id,
  :project_status,
  :user_parameters)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#created_byString

The Amazon DataZone user who created the project.

Returns:

  • (String)


9418
9419
9420
9421
9422
9423
9424
9425
9426
9427
9428
9429
9430
9431
9432
9433
9434
9435
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9418

class GetProjectOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :domain_unit_id,
  :environment_deployment_details,
  :failure_reasons,
  :glossary_terms,
  :id,
  :last_updated_at,
  :name,
  :project_profile_id,
  :project_status,
  :user_parameters)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#descriptionString

The description of the project.

Returns:

  • (String)


9418
9419
9420
9421
9422
9423
9424
9425
9426
9427
9428
9429
9430
9431
9432
9433
9434
9435
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9418

class GetProjectOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :domain_unit_id,
  :environment_deployment_details,
  :failure_reasons,
  :glossary_terms,
  :id,
  :last_updated_at,
  :name,
  :project_profile_id,
  :project_status,
  :user_parameters)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#domain_idString

The ID of the Amazon DataZone domain in which the project exists.

Returns:

  • (String)


9418
9419
9420
9421
9422
9423
9424
9425
9426
9427
9428
9429
9430
9431
9432
9433
9434
9435
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9418

class GetProjectOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :domain_unit_id,
  :environment_deployment_details,
  :failure_reasons,
  :glossary_terms,
  :id,
  :last_updated_at,
  :name,
  :project_profile_id,
  :project_status,
  :user_parameters)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#domain_unit_idString

The ID of the domain unit.

Returns:

  • (String)


9418
9419
9420
9421
9422
9423
9424
9425
9426
9427
9428
9429
9430
9431
9432
9433
9434
9435
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9418

class GetProjectOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :domain_unit_id,
  :environment_deployment_details,
  :failure_reasons,
  :glossary_terms,
  :id,
  :last_updated_at,
  :name,
  :project_profile_id,
  :project_status,
  :user_parameters)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#environment_deployment_detailsTypes::EnvironmentDeploymentDetails

The environment deployment status of a project.



9418
9419
9420
9421
9422
9423
9424
9425
9426
9427
9428
9429
9430
9431
9432
9433
9434
9435
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9418

class GetProjectOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :domain_unit_id,
  :environment_deployment_details,
  :failure_reasons,
  :glossary_terms,
  :id,
  :last_updated_at,
  :name,
  :project_profile_id,
  :project_status,
  :user_parameters)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#failure_reasonsArray<Types::ProjectDeletionError>

Specifies the error message that is returned if the operation cannot be successfully completed.

Returns:



9418
9419
9420
9421
9422
9423
9424
9425
9426
9427
9428
9429
9430
9431
9432
9433
9434
9435
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9418

class GetProjectOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :domain_unit_id,
  :environment_deployment_details,
  :failure_reasons,
  :glossary_terms,
  :id,
  :last_updated_at,
  :name,
  :project_profile_id,
  :project_status,
  :user_parameters)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#glossary_termsArray<String>

The business glossary terms that can be used in the project.

Returns:

  • (Array<String>)


9418
9419
9420
9421
9422
9423
9424
9425
9426
9427
9428
9429
9430
9431
9432
9433
9434
9435
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9418

class GetProjectOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :domain_unit_id,
  :environment_deployment_details,
  :failure_reasons,
  :glossary_terms,
  :id,
  :last_updated_at,
  :name,
  :project_profile_id,
  :project_status,
  :user_parameters)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#idString

>The ID of the project.

Returns:

  • (String)


9418
9419
9420
9421
9422
9423
9424
9425
9426
9427
9428
9429
9430
9431
9432
9433
9434
9435
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9418

class GetProjectOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :domain_unit_id,
  :environment_deployment_details,
  :failure_reasons,
  :glossary_terms,
  :id,
  :last_updated_at,
  :name,
  :project_profile_id,
  :project_status,
  :user_parameters)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#last_updated_atTime

The timestamp of when the project was last updated.

Returns:

  • (Time)


9418
9419
9420
9421
9422
9423
9424
9425
9426
9427
9428
9429
9430
9431
9432
9433
9434
9435
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9418

class GetProjectOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :domain_unit_id,
  :environment_deployment_details,
  :failure_reasons,
  :glossary_terms,
  :id,
  :last_updated_at,
  :name,
  :project_profile_id,
  :project_status,
  :user_parameters)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#nameString

The name of the project.

Returns:

  • (String)


9418
9419
9420
9421
9422
9423
9424
9425
9426
9427
9428
9429
9430
9431
9432
9433
9434
9435
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9418

class GetProjectOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :domain_unit_id,
  :environment_deployment_details,
  :failure_reasons,
  :glossary_terms,
  :id,
  :last_updated_at,
  :name,
  :project_profile_id,
  :project_status,
  :user_parameters)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#project_profile_idString

The ID of the project profile of a project.

Returns:

  • (String)


9418
9419
9420
9421
9422
9423
9424
9425
9426
9427
9428
9429
9430
9431
9432
9433
9434
9435
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9418

class GetProjectOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :domain_unit_id,
  :environment_deployment_details,
  :failure_reasons,
  :glossary_terms,
  :id,
  :last_updated_at,
  :name,
  :project_profile_id,
  :project_status,
  :user_parameters)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#project_statusString

The status of the project.

Returns:

  • (String)


9418
9419
9420
9421
9422
9423
9424
9425
9426
9427
9428
9429
9430
9431
9432
9433
9434
9435
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9418

class GetProjectOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :domain_unit_id,
  :environment_deployment_details,
  :failure_reasons,
  :glossary_terms,
  :id,
  :last_updated_at,
  :name,
  :project_profile_id,
  :project_status,
  :user_parameters)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#user_parametersArray<Types::EnvironmentConfigurationUserParameter>

The user parameters of a project.



9418
9419
9420
9421
9422
9423
9424
9425
9426
9427
9428
9429
9430
9431
9432
9433
9434
9435
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9418

class GetProjectOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :domain_unit_id,
  :environment_deployment_details,
  :failure_reasons,
  :glossary_terms,
  :id,
  :last_updated_at,
  :name,
  :project_profile_id,
  :project_status,
  :user_parameters)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end