Class: Aws::Types::StartCanaryDryRunRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns:

  • (::String)


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.

Returns:



508
509
510
# File 'sig/types.rbs', line 508

def browser_configs
  @browser_configs
end

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

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • ("AUTOMATIC", "OFF")


507
508
509
# File 'sig/types.rbs', line 507

def provisioned_resource_cleanup
  @provisioned_resource_cleanup
end

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

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


502
503
504
# File 'sig/types.rbs', line 502

def success_retention_period_in_days
  @success_retention_period_in_days
end

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

Returns:



509
510
511
# File 'sig/types.rbs', line 509

def visual_references
  @visual_references
end

#vpc_configTypes::VpcConfigInput

Returns the value of attribute vpc_config.



500
501
502
# File 'sig/types.rbs', line 500

def vpc_config
  @vpc_config
end