Class: Aws::ServiceDiscovery::Types::GetOperationRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicediscovery/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#operation_idString

The ID of the operation that you want to get more information about.

Returns:

  • (String)


1083
1084
1085
1086
1087
1088
# File 'lib/aws-sdk-servicediscovery/types.rb', line 1083

class GetOperationRequest < Struct.new(
  :operation_id,
  :owner_account)
  SENSITIVE = []
  include Aws::Structure
end

#owner_accountString

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`.

Returns:

  • (String)


1083
1084
1085
1086
1087
1088
# File 'lib/aws-sdk-servicediscovery/types.rb', line 1083

class GetOperationRequest < Struct.new(
  :operation_id,
  :owner_account)
  SENSITIVE = []
  include Aws::Structure
end