Class: Aws::RAM::Types::ReplacePermissionAssociationsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

The idempotency identifier associated with this request. If you want to repeat the same operation in an idempotent manner then you must include this value in the ‘clientToken` request parameter of that later call. All other parameters must also have the same values that you used in the first call.

Returns:

  • (String)


2798
2799
2800
2801
2802
2803
# File 'lib/aws-sdk-ram/types.rb', line 2798

class ReplacePermissionAssociationsResponse < Struct.new(
  :replace_permission_associations_work,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#replace_permission_associations_workTypes::ReplacePermissionAssociationsWork

Specifies a data structure that you can use to track the asynchronous tasks that RAM performs to complete this operation. You can use the ListReplacePermissionAssociationsWork operation and pass the ‘id` value returned in this structure.



2798
2799
2800
2801
2802
2803
# File 'lib/aws-sdk-ram/types.rb', line 2798

class ReplacePermissionAssociationsResponse < Struct.new(
  :replace_permission_associations_work,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end