Class: Aws::Synthetics::Types::DescribeRuntimeVersionsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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.

Returns:

  • (String)


1052
1053
1054
1055
1056
1057
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 1052

class DescribeRuntimeVersionsResponse < Struct.new(
  :runtime_versions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#runtime_versionsArray<Types::RuntimeVersion>

An array of objects that display the details about each Synthetics canary runtime version.

Returns:



1052
1053
1054
1055
1056
1057
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 1052

class DescribeRuntimeVersionsResponse < Struct.new(
  :runtime_versions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end