Class: Aws::CloudWatchEvidently::Types::RefResource

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The ARN of the experiment or launch.

Returns:

  • (String)


2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
# File 'gems/aws-sdk-cloudwatchevidently/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_timeString

The day and time that this experiment or launch ended.

Returns:

  • (String)


2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
# File 'gems/aws-sdk-cloudwatchevidently/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_onString

The day and time that this experiment or launch was most recently updated.

Returns:

  • (String)


2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
# File 'gems/aws-sdk-cloudwatchevidently/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

#nameString

The name of the experiment or launch.

Returns:

  • (String)


2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
# File 'gems/aws-sdk-cloudwatchevidently/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_timeString

The day and time that this experiment or launch started.

Returns:

  • (String)


2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
# File 'gems/aws-sdk-cloudwatchevidently/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

#statusString

The status of the experiment or launch.

Returns:

  • (String)


2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
# File 'gems/aws-sdk-cloudwatchevidently/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

#typeString

Specifies whether the resource that this structure contains information about is an experiment or a launch.

Returns:

  • (String)


2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
# File 'gems/aws-sdk-cloudwatchevidently/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