Class: Aws::CloudWatchEvidently::Types::ProjectSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::ProjectSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
A structure that contains configuration information about an Evidently project.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#active_experiment_count ⇒ Integer
The number of experiments currently in the project.
-
#active_launch_count ⇒ Integer
The number of ongoing launches currently in the project.
-
#arn ⇒ String
The name or ARN of the project.
-
#created_time ⇒ Time
The date and time that the project is created.
-
#description ⇒ String
The description of the project.
-
#experiment_count ⇒ Integer
The number of experiments currently in the project.
-
#feature_count ⇒ Integer
The number of features currently in the project.
-
#last_updated_time ⇒ Time
The date and time that the project was most recently updated.
-
#launch_count ⇒ Integer
The number of launches currently in the project, including launches that are ongoing, completed, and not started yet.
-
#name ⇒ String
The name of the project.
-
#status ⇒ String
The current state of the project.
-
#tags ⇒ Hash<String,String>
The list of tag keys and values associated with this project.
Instance Attribute Details
#active_experiment_count ⇒ Integer
The number of experiments currently in the project.
2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2431 class ProjectSummary < Struct.new( :active_experiment_count, :active_launch_count, :arn, :created_time, :description, :experiment_count, :feature_count, :last_updated_time, :launch_count, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#active_launch_count ⇒ Integer
The number of ongoing launches currently in the project.
2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2431 class ProjectSummary < Struct.new( :active_experiment_count, :active_launch_count, :arn, :created_time, :description, :experiment_count, :feature_count, :last_updated_time, :launch_count, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The name or ARN of the project.
2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2431 class ProjectSummary < Struct.new( :active_experiment_count, :active_launch_count, :arn, :created_time, :description, :experiment_count, :feature_count, :last_updated_time, :launch_count, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ Time
The date and time that the project is created.
2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2431 class ProjectSummary < Struct.new( :active_experiment_count, :active_launch_count, :arn, :created_time, :description, :experiment_count, :feature_count, :last_updated_time, :launch_count, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the project.
2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2431 class ProjectSummary < Struct.new( :active_experiment_count, :active_launch_count, :arn, :created_time, :description, :experiment_count, :feature_count, :last_updated_time, :launch_count, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#experiment_count ⇒ Integer
The number of experiments currently in the project.
2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2431 class ProjectSummary < Struct.new( :active_experiment_count, :active_launch_count, :arn, :created_time, :description, :experiment_count, :feature_count, :last_updated_time, :launch_count, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#feature_count ⇒ Integer
The number of features currently in the project.
2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2431 class ProjectSummary < Struct.new( :active_experiment_count, :active_launch_count, :arn, :created_time, :description, :experiment_count, :feature_count, :last_updated_time, :launch_count, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ Time
The date and time that the project was most recently updated.
2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2431 class ProjectSummary < Struct.new( :active_experiment_count, :active_launch_count, :arn, :created_time, :description, :experiment_count, :feature_count, :last_updated_time, :launch_count, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#launch_count ⇒ Integer
The number of launches currently in the project, including launches that are ongoing, completed, and not started yet.
2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2431 class ProjectSummary < Struct.new( :active_experiment_count, :active_launch_count, :arn, :created_time, :description, :experiment_count, :feature_count, :last_updated_time, :launch_count, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the project.
2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2431 class ProjectSummary < Struct.new( :active_experiment_count, :active_launch_count, :arn, :created_time, :description, :experiment_count, :feature_count, :last_updated_time, :launch_count, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current state of the project.
2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2431 class ProjectSummary < Struct.new( :active_experiment_count, :active_launch_count, :arn, :created_time, :description, :experiment_count, :feature_count, :last_updated_time, :launch_count, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The list of tag keys and values associated with this project.
2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2431 class ProjectSummary < Struct.new( :active_experiment_count, :active_launch_count, :arn, :created_time, :description, :experiment_count, :feature_count, :last_updated_time, :launch_count, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end |