Class: Aws::Types::StartCanaryDryRunRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartCanaryDryRunRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#artifact_config ⇒ Types::ArtifactConfigInput
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::CanaryCodeInput
Returns the value of attribute code.
-
#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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#provisioned_resource_cleanup ⇒ "AUTOMATIC", "OFF"
Returns the value of attribute provisioned_resource_cleanup.
-
#run_config ⇒ Types::CanaryRunConfigInput
Returns the value of attribute run_config.
-
#runtime_version ⇒ ::String
Returns the value of attribute runtime_version.
-
#success_retention_period_in_days ⇒ ::Integer
Returns the value of attribute success_retention_period_in_days.
-
#visual_reference ⇒ Types::VisualReferenceInput
Returns the value of attribute visual_reference.
-
#visual_references ⇒ ::Array[Types::VisualReferenceInput]
Returns the value of attribute visual_references.
-
#vpc_config ⇒ Types::VpcConfigInput
Returns the value of attribute vpc_config.
Instance Attribute Details
#artifact_config ⇒ Types::ArtifactConfigInput
Returns the value of attribute artifact_config.
506 507 508 |
# File 'sig/types.rbs', line 506 def artifact_config @artifact_config end |
#artifact_s3_location ⇒ ::String
Returns the value of attribute artifact_s3_location.
505 506 507 |
# File 'sig/types.rbs', line 505 def artifact_s3_location @artifact_s3_location end |
#browser_configs ⇒ ::Array[Types::BrowserConfig]
Returns the value of attribute browser_configs.
508 509 510 |
# File 'sig/types.rbs', line 508 def browser_configs @browser_configs end |
#code ⇒ Types::CanaryCodeInput
Returns the value of attribute code.
497 498 499 |
# File 'sig/types.rbs', line 497 def code @code end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
501 502 503 |
# File 'sig/types.rbs', line 501 def execution_role_arn @execution_role_arn end |
#failure_retention_period_in_days ⇒ ::Integer
Returns the value of attribute failure_retention_period_in_days.
503 504 505 |
# File 'sig/types.rbs', line 503 def failure_retention_period_in_days @failure_retention_period_in_days end |
#name ⇒ ::String
Returns the value of attribute name.
496 497 498 |
# File 'sig/types.rbs', line 496 def name @name end |
#provisioned_resource_cleanup ⇒ "AUTOMATIC", "OFF"
Returns the value of attribute provisioned_resource_cleanup.
507 508 509 |
# File 'sig/types.rbs', line 507 def provisioned_resource_cleanup @provisioned_resource_cleanup end |
#run_config ⇒ Types::CanaryRunConfigInput
Returns the value of attribute run_config.
499 500 501 |
# File 'sig/types.rbs', line 499 def run_config @run_config end |
#runtime_version ⇒ ::String
Returns the value of attribute runtime_version.
498 499 500 |
# File 'sig/types.rbs', line 498 def runtime_version @runtime_version end |
#success_retention_period_in_days ⇒ ::Integer
Returns the value of attribute success_retention_period_in_days.
502 503 504 |
# File 'sig/types.rbs', line 502 def success_retention_period_in_days @success_retention_period_in_days end |
#visual_reference ⇒ Types::VisualReferenceInput
Returns the value of attribute visual_reference.
504 505 506 |
# File 'sig/types.rbs', line 504 def visual_reference @visual_reference end |
#visual_references ⇒ ::Array[Types::VisualReferenceInput]
Returns the value of attribute visual_references.
509 510 511 |
# File 'sig/types.rbs', line 509 def visual_references @visual_references end |
#vpc_config ⇒ Types::VpcConfigInput
Returns the value of attribute vpc_config.
500 501 502 |
# File 'sig/types.rbs', line 500 def vpc_config @vpc_config end |