Class: Aws::SSM::Types::GetOpsSummaryResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::GetOpsSummaryResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entities ⇒ Array<Types::OpsEntity>
The list of aggregated details and filtered OpsData.
-
#next_token ⇒ String
The token for the next set of items to return.
Instance Attribute Details
#entities ⇒ Array<Types::OpsEntity>
The list of aggregated details and filtered OpsData.
8886 8887 8888 8889 8890 8891 |
# File 'lib/aws-sdk-ssm/types.rb', line 8886 class GetOpsSummaryResult < Struct.new( :entities, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of items to return. Use this token to get the next set of results.
8886 8887 8888 8889 8890 8891 |
# File 'lib/aws-sdk-ssm/types.rb', line 8886 class GetOpsSummaryResult < Struct.new( :entities, :next_token) SENSITIVE = [] include Aws::Structure end |