Class: Aws::Synthetics::Types::RuntimeVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::Synthetics::Types::RuntimeVersion
- Includes:
- Aws::Structure
- Defined in:
- 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].
[1]: docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Canaries_Library.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deprecation_date ⇒ Time
If this runtime version is deprecated, this value is the date of deprecation.
-
#description ⇒ String
A description of the runtime version, created by Amazon.
-
#release_date ⇒ Time
The date that the runtime version was released.
-
#version_name ⇒ String
The name of the runtime version.
Instance Attribute Details
#deprecation_date ⇒ Time
If this runtime version is deprecated, this value is the date of deprecation.
1571 1572 1573 1574 1575 1576 1577 1578 |
# File 'lib/aws-sdk-synthetics/types.rb', line 1571 class RuntimeVersion < Struct.new( :version_name, :description, :release_date, :deprecation_date) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the runtime version, created by Amazon.
1571 1572 1573 1574 1575 1576 1577 1578 |
# File 'lib/aws-sdk-synthetics/types.rb', line 1571 class RuntimeVersion < Struct.new( :version_name, :description, :release_date, :deprecation_date) SENSITIVE = [] include Aws::Structure end |
#release_date ⇒ Time
The date that the runtime version was released.
1571 1572 1573 1574 1575 1576 1577 1578 |
# File 'lib/aws-sdk-synthetics/types.rb', line 1571 class RuntimeVersion < Struct.new( :version_name, :description, :release_date, :deprecation_date) SENSITIVE = [] include Aws::Structure end |
#version_name ⇒ String
The name of the runtime version. For a list of valid runtime versions, see [ Canary Runtime Versions].
[1]: docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Canaries_Library.html
1571 1572 1573 1574 1575 1576 1577 1578 |
# File 'lib/aws-sdk-synthetics/types.rb', line 1571 class RuntimeVersion < Struct.new( :version_name, :description, :release_date, :deprecation_date) SENSITIVE = [] include Aws::Structure end |