Class: Aws::AppConfig::Types::ExperimentDefinitionSummary

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

Overview

Summary information about an experiment definition.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The application ID.

Returns:

  • (String)


1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1836

class ExperimentDefinitionSummary < Struct.new(
  :application_id,
  :id,
  :name,
  :hypothesis,
  :status,
  :configuration_profile_id,
  :environment_id,
  :flag_key,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#configuration_profile_idString

The configuration profile ID associated with the experiment.

Returns:

  • (String)


1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1836

class ExperimentDefinitionSummary < Struct.new(
  :application_id,
  :id,
  :name,
  :hypothesis,
  :status,
  :configuration_profile_id,
  :environment_id,
  :flag_key,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The date and time the experiment definition was created, in ISO 8601 format.

Returns:

  • (Time)


1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1836

class ExperimentDefinitionSummary < Struct.new(
  :application_id,
  :id,
  :name,
  :hypothesis,
  :status,
  :configuration_profile_id,
  :environment_id,
  :flag_key,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#environment_idString

The environment ID where the experiment runs.

Returns:

  • (String)


1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1836

class ExperimentDefinitionSummary < Struct.new(
  :application_id,
  :id,
  :name,
  :hypothesis,
  :status,
  :configuration_profile_id,
  :environment_id,
  :flag_key,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#flag_keyString

The key of the feature flag used by the experiment.

Returns:

  • (String)


1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1836

class ExperimentDefinitionSummary < Struct.new(
  :application_id,
  :id,
  :name,
  :hypothesis,
  :status,
  :configuration_profile_id,
  :environment_id,
  :flag_key,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#hypothesisString

The hypothesis that the experiment is designed to validate.

Returns:

  • (String)


1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1836

class ExperimentDefinitionSummary < Struct.new(
  :application_id,
  :id,
  :name,
  :hypothesis,
  :status,
  :configuration_profile_id,
  :environment_id,
  :flag_key,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The experiment definition ID.

Returns:

  • (String)


1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1836

class ExperimentDefinitionSummary < Struct.new(
  :application_id,
  :id,
  :name,
  :hypothesis,
  :status,
  :configuration_profile_id,
  :environment_id,
  :flag_key,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the experiment definition.

Returns:

  • (String)


1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1836

class ExperimentDefinitionSummary < Struct.new(
  :application_id,
  :id,
  :name,
  :hypothesis,
  :status,
  :configuration_profile_id,
  :environment_id,
  :flag_key,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the experiment definition.

Returns:

  • (String)


1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1836

class ExperimentDefinitionSummary < Struct.new(
  :application_id,
  :id,
  :name,
  :hypothesis,
  :status,
  :configuration_profile_id,
  :environment_id,
  :flag_key,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The date and time the experiment definition was last updated, in ISO 8601 format.

Returns:

  • (Time)


1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1836

class ExperimentDefinitionSummary < Struct.new(
  :application_id,
  :id,
  :name,
  :hypothesis,
  :status,
  :configuration_profile_id,
  :environment_id,
  :flag_key,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end