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:



8551
8552
8553
8554
8555
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8551

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