Class: Aws::SsmSap::Types::ListComponentsOutput

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

#componentsArray<Types::ComponentSummary>

List of components registered with AWS System Manager for SAP.

Returns:



890
891
892
893
894
895
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 890

class ListComponentsOutput < Struct.new(
  :components,
  :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)


890
891
892
893
894
895
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 890

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