Class: Aws::ServiceDiscovery::Types::GetOperationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::GetOperationRequest
- Defined in:
- gems/aws-sdk-servicediscovery/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.
-
#owner_account ⇒ String
The ID of the Amazon Web Services account that owns the namespace associated with the operation, as specified in the namespace
ResourceOwner
field.
Instance Attribute Details
#operation_id ⇒ String
The ID of the operation that you want to get more information about.
1083 1084 1085 1086 1087 1088 |
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 1083 class GetOperationRequest < Struct.new( :operation_id, :owner_account) SENSITIVE = [] include Aws::Structure end |
#owner_account ⇒ String
The ID of the Amazon Web Services account that owns the namespace
associated with the operation, as specified in the namespace
ResourceOwner
field. For operations associated with namespaces
that are shared with your account, you must specify an
OwnerAccount
.
1083 1084 1085 1086 1087 1088 |
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 1083 class GetOperationRequest < Struct.new( :operation_id, :owner_account) SENSITIVE = [] include Aws::Structure end |