Class: Aws::SsmSap::Types::GetOperationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::GetOperationOutput
- Defined in:
- gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#operation ⇒ Types::Operation
Returns the details of an operation.
Instance Attribute Details
#operation ⇒ Types::Operation
Returns the details of an operation.
523 524 525 526 527 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 523 class GetOperationOutput < Struct.new( :operation) SENSITIVE = [] include Aws::Structure end |