Module: Aws::CloudWatchEvidently::Types
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Defined Under Namespace
Classes: AccessDeniedException, BatchEvaluateFeatureRequest, BatchEvaluateFeatureResponse, CloudWatchLogsDestination, CloudWatchLogsDestinationConfig, ConflictException, CreateExperimentRequest, CreateExperimentResponse, CreateFeatureRequest, CreateFeatureResponse, CreateLaunchRequest, CreateLaunchResponse, CreateProjectRequest, CreateProjectResponse, CreateSegmentRequest, CreateSegmentResponse, DeleteExperimentRequest, DeleteExperimentResponse, DeleteFeatureRequest, DeleteFeatureResponse, DeleteLaunchRequest, DeleteLaunchResponse, DeleteProjectRequest, DeleteProjectResponse, DeleteSegmentRequest, DeleteSegmentResponse, EvaluateFeatureRequest, EvaluateFeatureResponse, EvaluationRequest, EvaluationResult, EvaluationRule, Event, Experiment, ExperimentExecution, ExperimentReport, ExperimentResultsData, ExperimentSchedule, Feature, FeatureSummary, GetExperimentRequest, GetExperimentResponse, GetExperimentResultsRequest, GetExperimentResultsResponse, GetFeatureRequest, GetFeatureResponse, GetLaunchRequest, GetLaunchResponse, GetProjectRequest, GetProjectResponse, GetSegmentRequest, GetSegmentResponse, InternalServerException, Launch, LaunchExecution, LaunchGroup, LaunchGroupConfig, ListExperimentsRequest, ListExperimentsResponse, ListFeaturesRequest, ListFeaturesResponse, ListLaunchesRequest, ListLaunchesResponse, ListProjectsRequest, ListProjectsResponse, ListSegmentReferencesRequest, ListSegmentReferencesResponse, ListSegmentsRequest, ListSegmentsResponse, ListTagsForResourceRequest, ListTagsForResourceResponse, MetricDefinition, MetricDefinitionConfig, MetricGoal, MetricGoalConfig, MetricMonitor, MetricMonitorConfig, OnlineAbConfig, OnlineAbDefinition, Project, ProjectAppConfigResource, ProjectAppConfigResourceConfig, ProjectDataDelivery, ProjectDataDeliveryConfig, ProjectSummary, PutProjectEventsRequest, PutProjectEventsResponse, PutProjectEventsResultEntry, RefResource, ResourceNotFoundException, S3Destination, S3DestinationConfig, ScheduledSplit, ScheduledSplitConfig, ScheduledSplitsLaunchConfig, ScheduledSplitsLaunchDefinition, Segment, SegmentOverride, ServiceQuotaExceededException, ServiceUnavailableException, StartExperimentRequest, StartExperimentResponse, StartLaunchRequest, StartLaunchResponse, StopExperimentRequest, StopExperimentResponse, StopLaunchRequest, StopLaunchResponse, TagResourceRequest, TagResourceResponse, TestSegmentPatternRequest, TestSegmentPatternResponse, ThrottlingException, Treatment, TreatmentConfig, UntagResourceRequest, UntagResourceResponse, UpdateExperimentRequest, UpdateExperimentResponse, UpdateFeatureRequest, UpdateFeatureResponse, UpdateLaunchRequest, UpdateLaunchResponse, UpdateProjectDataDeliveryRequest, UpdateProjectDataDeliveryResponse, UpdateProjectRequest, UpdateProjectResponse, ValidationException, ValidationExceptionField, VariableValue, Variation, VariationConfig
Instance Attribute Summary collapse
-
#bool_value ⇒ Boolean
If this feature uses the Boolean variation type, this field contains the Boolean value of this variation.
-
#double_value ⇒ Float
If this feature uses the double integer variation type, this field contains the double integer value of this variation.
-
#long_value ⇒ Integer
If this feature uses the long variation type, this field contains the long value of this variation.
-
#string_value ⇒ String
If this feature uses the string variation type, this field contains the string value of this variation.
Instance Attribute Details
#bool_value ⇒ Boolean
If this feature uses the Boolean variation type, this field contains the Boolean value of this variation.
3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 3591 class VariableValue < Struct.new( :bool_value, :double_value, :long_value, :string_value, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class BoolValue < VariableValue; end class DoubleValue < VariableValue; end class LongValue < VariableValue; end class StringValue < VariableValue; end class Unknown < VariableValue; end end |
#double_value ⇒ Float
If this feature uses the double integer variation type, this field contains the double integer value of this variation.
3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 3591 class VariableValue < Struct.new( :bool_value, :double_value, :long_value, :string_value, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class BoolValue < VariableValue; end class DoubleValue < VariableValue; end class LongValue < VariableValue; end class StringValue < VariableValue; end class Unknown < VariableValue; end end |
#long_value ⇒ Integer
If this feature uses the long variation type, this field contains the long value of this variation.
3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 3591 class VariableValue < Struct.new( :bool_value, :double_value, :long_value, :string_value, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class BoolValue < VariableValue; end class DoubleValue < VariableValue; end class LongValue < VariableValue; end class StringValue < VariableValue; end class Unknown < VariableValue; end end |
#string_value ⇒ String
If this feature uses the string variation type, this field contains the string value of this variation.
3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 3591 class VariableValue < Struct.new( :bool_value, :double_value, :long_value, :string_value, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class BoolValue < VariableValue; end class DoubleValue < VariableValue; end class LongValue < VariableValue; end class StringValue < VariableValue; end class Unknown < VariableValue; end end |