Class: Aws::CloudWatchEvidently::Types::RefResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::RefResource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
A structure that contains information about one experiment or launch that uses the specified segment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the experiment or launch.
-
#end_time ⇒ String
The day and time that this experiment or launch ended.
-
#last_updated_on ⇒ String
The day and time that this experiment or launch was most recently updated.
-
#name ⇒ String
The name of the experiment or launch.
-
#start_time ⇒ String
The day and time that this experiment or launch started.
-
#status ⇒ String
The status of the experiment or launch.
-
#type ⇒ String
Specifies whether the resource that this structure contains information about is an experiment or a launch.
Instance Attribute Details
#arn ⇒ String
The ARN of the experiment or launch.
2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2547 class RefResource < Struct.new( :arn, :end_time, :last_updated_on, :name, :start_time, :status, :type) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ String
The day and time that this experiment or launch ended.
2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2547 class RefResource < Struct.new( :arn, :end_time, :last_updated_on, :name, :start_time, :status, :type) SENSITIVE = [] include Aws::Structure end |
#last_updated_on ⇒ String
The day and time that this experiment or launch was most recently updated.
2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2547 class RefResource < Struct.new( :arn, :end_time, :last_updated_on, :name, :start_time, :status, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the experiment or launch.
2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2547 class RefResource < Struct.new( :arn, :end_time, :last_updated_on, :name, :start_time, :status, :type) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ String
The day and time that this experiment or launch started.
2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2547 class RefResource < Struct.new( :arn, :end_time, :last_updated_on, :name, :start_time, :status, :type) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the experiment or launch.
2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2547 class RefResource < Struct.new( :arn, :end_time, :last_updated_on, :name, :start_time, :status, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Specifies whether the resource that this structure contains information about is an experiment or a launch.
2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2547 class RefResource < Struct.new( :arn, :end_time, :last_updated_on, :name, :start_time, :status, :type) SENSITIVE = [] include Aws::Structure end |