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.
8691 8692 8693 8694 8695 8696 |
# File 'lib/aws-sdk-ssm/types.rb', line 8691 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.
8691 8692 8693 8694 8695 8696 |
# File 'lib/aws-sdk-ssm/types.rb', line 8691 class GetOpsSummaryResult < Struct.new( :entities, :next_token) SENSITIVE = [] include Aws::Structure end |