Class: Aws::SSM::Types::DescribeOpsItemsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token for the next set of items to return. Use this token to get the next set of results.

Returns:

  • (String)


5982
5983
5984
5985
5986
5987
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5982

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

#ops_item_summariesArray<Types::OpsItemSummary>

A list of OpsItems.

Returns:



5982
5983
5984
5985
5986
5987
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5982

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