Class: Aws::Types::UpdateCanaryRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCanaryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_replica_locations ⇒ ::Array[Types::AddReplicaLocationInput]
Returns the value of attribute add_replica_locations.
-
#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.
-
#dry_run_id ⇒ ::String
Returns the value of attribute dry_run_id.
-
#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.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#provisioned_resource_cleanup ⇒ "AUTOMATIC", "OFF"
Returns the value of attribute provisioned_resource_cleanup.
-
#remove_replica_locations ⇒ ::Array[::String]
Returns the value of attribute remove_replica_locations.
-
#run_config ⇒ Types::CanaryRunConfigInput
Returns the value of attribute run_config.
-
#runtime_version ⇒ ::String
Returns the value of attribute runtime_version.
-
#schedule ⇒ Types::CanaryScheduleInput
Returns the value of attribute schedule.
-
#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
#add_replica_locations ⇒ ::Array[Types::AddReplicaLocationInput]
Returns the value of attribute add_replica_locations.
574 575 576 |
# File 'sig/types.rbs', line 574 def add_replica_locations @add_replica_locations end |
#artifact_config ⇒ Types::ArtifactConfigInput
Returns the value of attribute artifact_config.
569 570 571 |
# File 'sig/types.rbs', line 569 def artifact_config @artifact_config end |
#artifact_s3_location ⇒ ::String
Returns the value of attribute artifact_s3_location.
568 569 570 |
# File 'sig/types.rbs', line 568 def artifact_s3_location @artifact_s3_location end |
#browser_configs ⇒ ::Array[Types::BrowserConfig]
Returns the value of attribute browser_configs.
573 574 575 |
# File 'sig/types.rbs', line 573 def browser_configs @browser_configs end |
#code ⇒ Types::CanaryCodeInput
Returns the value of attribute code.
559 560 561 |
# File 'sig/types.rbs', line 559 def code @code end |
#dry_run_id ⇒ ::String
Returns the value of attribute dry_run_id.
571 572 573 |
# File 'sig/types.rbs', line 571 def dry_run_id @dry_run_id end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
560 561 562 |
# File 'sig/types.rbs', line 560 def execution_role_arn @execution_role_arn end |
#failure_retention_period_in_days ⇒ ::Integer
Returns the value of attribute failure_retention_period_in_days.
565 566 567 |
# File 'sig/types.rbs', line 565 def failure_retention_period_in_days @failure_retention_period_in_days end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
576 577 578 |
# File 'sig/types.rbs', line 576 def kms_key_arn @kms_key_arn end |
#name ⇒ ::String
Returns the value of attribute name.
558 559 560 |
# File 'sig/types.rbs', line 558 def name @name end |
#provisioned_resource_cleanup ⇒ "AUTOMATIC", "OFF"
Returns the value of attribute provisioned_resource_cleanup.
570 571 572 |
# File 'sig/types.rbs', line 570 def provisioned_resource_cleanup @provisioned_resource_cleanup end |
#remove_replica_locations ⇒ ::Array[::String]
Returns the value of attribute remove_replica_locations.
575 576 577 |
# File 'sig/types.rbs', line 575 def remove_replica_locations @remove_replica_locations end |
#run_config ⇒ Types::CanaryRunConfigInput
Returns the value of attribute run_config.
563 564 565 |
# File 'sig/types.rbs', line 563 def run_config @run_config end |
#runtime_version ⇒ ::String
Returns the value of attribute runtime_version.
561 562 563 |
# File 'sig/types.rbs', line 561 def runtime_version @runtime_version end |
#schedule ⇒ Types::CanaryScheduleInput
Returns the value of attribute schedule.
562 563 564 |
# File 'sig/types.rbs', line 562 def schedule @schedule end |
#success_retention_period_in_days ⇒ ::Integer
Returns the value of attribute success_retention_period_in_days.
564 565 566 |
# File 'sig/types.rbs', line 564 def success_retention_period_in_days @success_retention_period_in_days end |
#visual_reference ⇒ Types::VisualReferenceInput
Returns the value of attribute visual_reference.
567 568 569 |
# File 'sig/types.rbs', line 567 def visual_reference @visual_reference end |
#visual_references ⇒ ::Array[Types::VisualReferenceInput]
Returns the value of attribute visual_references.
572 573 574 |
# File 'sig/types.rbs', line 572 def visual_references @visual_references end |
#vpc_config ⇒ Types::VpcConfigInput
Returns the value of attribute vpc_config.
566 567 568 |
# File 'sig/types.rbs', line 566 def vpc_config @vpc_config end |