Class: Aws::Types::Canary
- Inherits:
-
Object
- Object
- Aws::Types::Canary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#artifact_config ⇒ Types::ArtifactConfigOutput
Returns the value of attribute artifact_config.
-
#artifact_s3_location ⇒ ::String
Returns the value of attribute artifact_s3_location.
-
#browser_configs ⇒ ::Array[Types::BrowserConfig]
Returns the value of attribute browser_configs.
-
#code ⇒ Types::CanaryCodeOutput
Returns the value of attribute code.
-
#dry_run_config ⇒ Types::DryRunConfigOutput
Returns the value of attribute dry_run_config.
-
#engine_arn ⇒ ::String
Returns the value of attribute engine_arn.
-
#engine_configs ⇒ ::Array[Types::EngineConfig]
Returns the value of attribute engine_configs.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#failure_retention_period_in_days ⇒ ::Integer
Returns the value of attribute failure_retention_period_in_days.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#multi_location_config ⇒ Types::MultiLocationConfig
Returns the value of attribute multi_location_config.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#provisioned_resource_cleanup ⇒ "AUTOMATIC", "OFF"
Returns the value of attribute provisioned_resource_cleanup.
-
#run_config ⇒ Types::CanaryRunConfigOutput
Returns the value of attribute run_config.
-
#runtime_version ⇒ ::String
Returns the value of attribute runtime_version.
-
#schedule ⇒ Types::CanaryScheduleOutput
Returns the value of attribute schedule.
-
#status ⇒ Types::CanaryStatus
Returns the value of attribute status.
-
#success_retention_period_in_days ⇒ ::Integer
Returns the value of attribute success_retention_period_in_days.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#timeline ⇒ Types::CanaryTimeline
Returns the value of attribute timeline.
-
#visual_reference ⇒ Types::VisualReferenceOutput
Returns the value of attribute visual_reference.
-
#visual_references ⇒ ::Array[Types::VisualReferenceOutput]
Returns the value of attribute visual_references.
-
#vpc_config ⇒ Types::VpcConfigOutput
Returns the value of attribute vpc_config.
Instance Attribute Details
#artifact_config ⇒ Types::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.
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.
75 76 77 |
# File 'sig/types.rbs', line 75 def browser_configs @browser_configs end |
#code ⇒ Types::CanaryCodeOutput
Returns the value of attribute code.
61 62 63 |
# File 'sig/types.rbs', line 61 def code @code end |
#dry_run_config ⇒ Types::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.
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.
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.
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.
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.
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.
81 82 83 |
# File 'sig/types.rbs', line 81 def kms_key_arn @kms_key_arn end |
#multi_location_config ⇒ Types::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.
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.
74 75 76 |
# File 'sig/types.rbs', line 74 def provisioned_resource_cleanup @provisioned_resource_cleanup end |
#run_config ⇒ Types::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.
71 72 73 |
# File 'sig/types.rbs', line 71 def runtime_version @runtime_version end |
#schedule ⇒ Types::CanaryScheduleOutput
Returns the value of attribute schedule.
63 64 65 |
# File 'sig/types.rbs', line 63 def schedule @schedule end |
#status ⇒ Types::CanaryStatus
Returns the value of attribute status.
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.
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.
79 80 81 |
# File 'sig/types.rbs', line 79 def @tags end |
#timeline ⇒ Types::CanaryTimeline
Returns the value of attribute timeline.
68 69 70 |
# File 'sig/types.rbs', line 68 def timeline @timeline end |
#visual_reference ⇒ Types::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.
77 78 79 |
# File 'sig/types.rbs', line 77 def visual_references @visual_references end |
#vpc_config ⇒ Types::VpcConfigOutput
Returns the value of attribute vpc_config.
72 73 74 |
# File 'sig/types.rbs', line 72 def vpc_config @vpc_config end |