Class: Aws::Synthetics::Types::RuntimeVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::Synthetics::Types::RuntimeVersion
- 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
-
#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.
1533 1534 1535 1536 1537 1538 1539 1540 |
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 1533 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.
1533 1534 1535 1536 1537 1538 1539 1540 |
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 1533 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.
1533 1534 1535 1536 1537 1538 1539 1540 |
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 1533 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.
1533 1534 1535 1536 1537 1538 1539 1540 |
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 1533 class RuntimeVersion < Struct.new( :version_name, :description, :release_date, :deprecation_date) SENSITIVE = [] include Aws::Structure end |