Class: Aws::SsmSap::Types::GetOperationInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#operation_idString

The ID of the operation.

Returns:

  • (String)


689
690
691
692
693
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 689

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