Class: Aws::CloudWatchEvidently::Types::RefResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::RefResource
- Defined in:
- gems/aws-sdk-cloudwatchevidently/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.
2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 |
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 2508 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.
2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 |
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 2508 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.
2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 |
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 2508 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.
2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 |
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 2508 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.
2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 |
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 2508 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.
2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 |
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 2508 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.
2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 |
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 2508 class RefResource < Struct.new( :arn, :end_time, :last_updated_on, :name, :start_time, :status, :type) SENSITIVE = [] include Aws::Structure end |