Class: Aws::DocDB::Types::DBEngineVersionMessage

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

Overview

Represents the output of DescribeDBEngineVersions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_engine_versionsArray<Types::DBEngineVersion>

Detailed information about one or more engine versions.

Returns:



1916
1917
1918
1919
1920
1921
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1916

class DBEngineVersionMessage < Struct.new(
  :marker,
  :db_engine_versions)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

Returns:

  • (String)


1916
1917
1918
1919
1920
1921
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1916

class DBEngineVersionMessage < Struct.new(
  :marker,
  :db_engine_versions)
  SENSITIVE = []
  include Aws::Structure
end