Class: Aws::SSM::Types::GetOpsItemResponse

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

#ops_itemTypes::OpsItem

The OpsItem.

Returns:



8492
8493
8494
8495
8496
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8492

class GetOpsItemResponse < Struct.new(
  :ops_item)
  SENSITIVE = []
  include Aws::Structure
end