Class: Aws::SsmSap::Types::ListDatabasesInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The ID of the application.

Returns:

  • (String)


930
931
932
933
934
935
936
937
# File 'lib/aws-sdk-ssmsap/types.rb', line 930

class ListDatabasesInput < Struct.new(
  :application_id,
  :component_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#component_idString

The ID of the component.

Returns:

  • (String)


930
931
932
933
934
935
936
937
# File 'lib/aws-sdk-ssmsap/types.rb', line 930

class ListDatabasesInput < Struct.new(
  :application_id,
  :component_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value. If you do not specify a value for MaxResults, the request returns 50 items per page by default.

Returns:

  • (Integer)


930
931
932
933
934
935
936
937
# File 'lib/aws-sdk-ssmsap/types.rb', line 930

class ListDatabasesInput < Struct.new(
  :application_id,
  :component_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


930
931
932
933
934
935
936
937
# File 'lib/aws-sdk-ssmsap/types.rb', line 930

class ListDatabasesInput < Struct.new(
  :application_id,
  :component_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end