Class: Aws::SsmSap::Types::ListComponentsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::ListComponentsOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmsap/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#components ⇒ Array<Types::ComponentSummary>
List of components registered with AWS System Manager for SAP.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#components ⇒ Array<Types::ComponentSummary>
List of components registered with AWS System Manager for SAP.
902 903 904 905 906 907 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 902 class ListComponentsOutput < Struct.new( :components, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
902 903 904 905 906 907 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 902 class ListComponentsOutput < Struct.new( :components, :next_token) SENSITIVE = [] include Aws::Structure end |