Class: Aws::Types::Canary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_configTypes::ArtifactConfigOutput

Returns the value of attribute artifact_config.



80
81
82
# File 'sig/types.rbs', line 80

def artifact_config
  @artifact_config
end

#artifact_s3_location::String

Returns the value of attribute artifact_s3_location.

Returns:

  • (::String)


69
70
71
# File 'sig/types.rbs', line 69

def artifact_s3_location
  @artifact_s3_location
end

#browser_configs::Array[Types::BrowserConfig]

Returns the value of attribute browser_configs.

Returns:



75
76
77
# File 'sig/types.rbs', line 75

def browser_configs
  @browser_configs
end

#codeTypes::CanaryCodeOutput

Returns the value of attribute code.



61
62
63
# File 'sig/types.rbs', line 61

def code
  @code
end

#dry_run_configTypes::DryRunConfigOutput

Returns the value of attribute dry_run_config.



82
83
84
# File 'sig/types.rbs', line 82

def dry_run_config
  @dry_run_config
end

#engine_arn::String

Returns the value of attribute engine_arn.

Returns:

  • (::String)


70
71
72
# File 'sig/types.rbs', line 70

def engine_arn
  @engine_arn
end

#engine_configs::Array[Types::EngineConfig]

Returns the value of attribute engine_configs.

Returns:



76
77
78
# File 'sig/types.rbs', line 76

def engine_configs
  @engine_configs
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


62
63
64
# File 'sig/types.rbs', line 62

def execution_role_arn
  @execution_role_arn
end

#failure_retention_period_in_days::Integer

Returns the value of attribute failure_retention_period_in_days.

Returns:

  • (::Integer)


66
67
68
# File 'sig/types.rbs', line 66

def failure_retention_period_in_days
  @failure_retention_period_in_days
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


59
60
61
# File 'sig/types.rbs', line 59

def id
  @id
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


81
82
83
# File 'sig/types.rbs', line 81

def kms_key_arn
  @kms_key_arn
end

#multi_location_configTypes::MultiLocationConfig

Returns the value of attribute multi_location_config.



78
79
80
# File 'sig/types.rbs', line 78

def multi_location_config
  @multi_location_config
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


60
61
62
# File 'sig/types.rbs', line 60

def name
  @name
end

#provisioned_resource_cleanup"AUTOMATIC", "OFF"

Returns the value of attribute provisioned_resource_cleanup.

Returns:

  • ("AUTOMATIC", "OFF")


74
75
76
# File 'sig/types.rbs', line 74

def provisioned_resource_cleanup
  @provisioned_resource_cleanup
end

#run_configTypes::CanaryRunConfigOutput

Returns the value of attribute run_config.



64
65
66
# File 'sig/types.rbs', line 64

def run_config
  @run_config
end

#runtime_version::String

Returns the value of attribute runtime_version.

Returns:

  • (::String)


71
72
73
# File 'sig/types.rbs', line 71

def runtime_version
  @runtime_version
end

#scheduleTypes::CanaryScheduleOutput

Returns the value of attribute schedule.



63
64
65
# File 'sig/types.rbs', line 63

def schedule
  @schedule
end

#statusTypes::CanaryStatus

Returns the value of attribute status.

Returns:



67
68
69
# File 'sig/types.rbs', line 67

def status
  @status
end

#success_retention_period_in_days::Integer

Returns the value of attribute success_retention_period_in_days.

Returns:

  • (::Integer)


65
66
67
# File 'sig/types.rbs', line 65

def success_retention_period_in_days
  @success_retention_period_in_days
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


79
80
81
# File 'sig/types.rbs', line 79

def tags
  @tags
end

#timelineTypes::CanaryTimeline

Returns the value of attribute timeline.



68
69
70
# File 'sig/types.rbs', line 68

def timeline
  @timeline
end

#visual_referenceTypes::VisualReferenceOutput

Returns the value of attribute visual_reference.



73
74
75
# File 'sig/types.rbs', line 73

def visual_reference
  @visual_reference
end

#visual_references::Array[Types::VisualReferenceOutput]

Returns the value of attribute visual_references.

Returns:



77
78
79
# File 'sig/types.rbs', line 77

def visual_references
  @visual_references
end

#vpc_configTypes::VpcConfigOutput

Returns the value of attribute vpc_config.



72
73
74
# File 'sig/types.rbs', line 72

def vpc_config
  @vpc_config
end