Class: Aws::Types::UpdateCanaryRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#add_replica_locations::Array[Types::AddReplicaLocationInput]

Returns the value of attribute add_replica_locations.

Returns:



574
575
576
# File 'sig/types.rbs', line 574

def add_replica_locations
  @add_replica_locations
end

#artifact_configTypes::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.

Returns:

  • (::String)


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.

Returns:



573
574
575
# File 'sig/types.rbs', line 573

def browser_configs
  @browser_configs
end

#codeTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("AUTOMATIC", "OFF")


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.

Returns:

  • (::Array[::String])


575
576
577
# File 'sig/types.rbs', line 575

def remove_replica_locations
  @remove_replica_locations
end

#run_configTypes::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.

Returns:

  • (::String)


561
562
563
# File 'sig/types.rbs', line 561

def runtime_version
  @runtime_version
end

#scheduleTypes::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.

Returns:

  • (::Integer)


564
565
566
# File 'sig/types.rbs', line 564

def success_retention_period_in_days
  @success_retention_period_in_days
end

#visual_referenceTypes::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.

Returns:



572
573
574
# File 'sig/types.rbs', line 572

def visual_references
  @visual_references
end

#vpc_configTypes::VpcConfigInput

Returns the value of attribute vpc_config.



566
567
568
# File 'sig/types.rbs', line 566

def vpc_config
  @vpc_config
end