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