Class: Aws::SsmSap::Types::ListDatabasesOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#databasesArray<Types::DatabaseSummary>

The SAP HANA databases of an application.

Returns:



938
939
940
941
942
943
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 938

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

#next_tokenString

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

Returns:

  • (String)


938
939
940
941
942
943
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 938

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