Class: Aws::Types::CanaryRun

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_s3_location::String

Returns the value of attribute artifact_s3_location.

Returns:

  • (::String)


123
124
125
# File 'sig/types.rbs', line 123

def artifact_s3_location
  @artifact_s3_location
end

#browser_type"CHROME", "FIREFOX"

Returns the value of attribute browser_type.

Returns:

  • ("CHROME", "FIREFOX")


125
126
127
# File 'sig/types.rbs', line 125

def browser_type
  @browser_type
end

#dry_run_configTypes::CanaryDryRunConfigOutput

Returns the value of attribute dry_run_config.



124
125
126
# File 'sig/types.rbs', line 124

def dry_run_config
  @dry_run_config
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


117
118
119
# File 'sig/types.rbs', line 117

def id
  @id
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


126
127
128
# File 'sig/types.rbs', line 126

def location
  @location
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


120
121
122
# File 'sig/types.rbs', line 120

def name
  @name
end

#retry_attempt::Integer

Returns the value of attribute retry_attempt.

Returns:

  • (::Integer)


119
120
121
# File 'sig/types.rbs', line 119

def retry_attempt
  @retry_attempt
end

#scheduled_run_id::String

Returns the value of attribute scheduled_run_id.

Returns:

  • (::String)


118
119
120
# File 'sig/types.rbs', line 118

def scheduled_run_id
  @scheduled_run_id
end

#statusTypes::CanaryRunStatus

Returns the value of attribute status.



121
122
123
# File 'sig/types.rbs', line 121

def status
  @status
end

#timelineTypes::CanaryRunTimeline

Returns the value of attribute timeline.



122
123
124
# File 'sig/types.rbs', line 122

def timeline
  @timeline
end