Class: Aws::ServiceDiscovery::Types::GetOperationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::GetOperationRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicediscovery/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#operation_id ⇒ String
The ID of the operation that you want to get more information about.
Instance Attribute Details
#operation_id ⇒ String
The ID of the operation that you want to get more information about.
966 967 968 969 970 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 966 class GetOperationRequest < Struct.new( :operation_id) SENSITIVE = [] include Aws::Structure end |