Class: Aws::Synthetics::Types::DescribeRuntimeVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Synthetics::Types::DescribeRuntimeVersionsResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-synthetics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token that indicates that there is more data available.
-
#runtime_versions ⇒ Array<Types::RuntimeVersion>
An array of objects that display the details about each Synthetics canary runtime version.
Instance Attribute Details
#next_token ⇒ String
A token that indicates that there is more data available. You can use this token in a subsequent ‘DescribeRuntimeVersions` operation to retrieve the next set of results.
1121 1122 1123 1124 1125 1126 |
# File 'lib/aws-sdk-synthetics/types.rb', line 1121 class DescribeRuntimeVersionsResponse < Struct.new( :runtime_versions, :next_token) SENSITIVE = [] include Aws::Structure end |
#runtime_versions ⇒ Array<Types::RuntimeVersion>
An array of objects that display the details about each Synthetics canary runtime version.
1121 1122 1123 1124 1125 1126 |
# File 'lib/aws-sdk-synthetics/types.rb', line 1121 class DescribeRuntimeVersionsResponse < Struct.new( :runtime_versions, :next_token) SENSITIVE = [] include Aws::Structure end |