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)


6041
6042
6043
6044
6045
6046
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6041

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

#ops_item_summariesArray<Types::OpsItemSummary>

A list of OpsItems.

Returns:



6041
6042
6043
6044
6045
6046
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6041

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