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.
745 746 747 748 749 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 745 class GetOperationOutput < Struct.new( :operation) SENSITIVE = [] include Aws::Structure end |