Class: Aws::ServiceDiscovery::Types::GetOperationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::GetOperationResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicediscovery/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#operation ⇒ Types::Operation
A complex type that contains information about the operation.
Instance Attribute Details
#operation ⇒ Types::Operation
A complex type that contains information about the operation.
978 979 980 981 982 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 978 class GetOperationResponse < Struct.new( :operation) SENSITIVE = [] include Aws::Structure end |