Class: Aws::Synthetics::Types::RuntimeVersion

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb

Overview

This structure contains information about one canary runtime version. For more information about runtime versions, see Canary Runtime Versions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deprecation_dateTime

If this runtime version is deprecated, this value is the date of deprecation.

Returns:

  • (Time)


1502
1503
1504
1505
1506
1507
1508
1509
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 1502

class RuntimeVersion < Struct.new(
  :version_name,
  :description,
  :release_date,
  :deprecation_date)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the runtime version, created by Amazon.

Returns:

  • (String)


1502
1503
1504
1505
1506
1507
1508
1509
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 1502

class RuntimeVersion < Struct.new(
  :version_name,
  :description,
  :release_date,
  :deprecation_date)
  SENSITIVE = []
  include Aws::Structure
end

#release_dateTime

The date that the runtime version was released.

Returns:

  • (Time)


1502
1503
1504
1505
1506
1507
1508
1509
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 1502

class RuntimeVersion < Struct.new(
  :version_name,
  :description,
  :release_date,
  :deprecation_date)
  SENSITIVE = []
  include Aws::Structure
end

#version_nameString

The name of the runtime version. For a list of valid runtime versions, see Canary Runtime Versions.

Returns:

  • (String)


1502
1503
1504
1505
1506
1507
1508
1509
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 1502

class RuntimeVersion < Struct.new(
  :version_name,
  :description,
  :release_date,
  :deprecation_date)
  SENSITIVE = []
  include Aws::Structure
end