Class: Aws::SsmSap::Types::GetOperationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::GetOperationOutput
- Includes:
- Aws::Structure
- Defined in:
- 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.
713 714 715 716 717 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 713 class GetOperationOutput < Struct.new( :operation) SENSITIVE = [] include Aws::Structure end |