Class: Aws::RAM::Types::ReplacePermissionAssociationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RAM::Types::ReplacePermissionAssociationsResponse
- Defined in:
- gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
The idempotency identifier associated with this request.
-
#replace_permission_associations_work ⇒ Types::ReplacePermissionAssociationsWork
Specifies a data structure that you can use to track the asynchronous tasks that RAM performs to complete this operation.
Instance Attribute Details
#client_token ⇒ String
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.
2930 2931 2932 2933 2934 2935 |
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 2930 class ReplacePermissionAssociationsResponse < Struct.new( :replace_permission_associations_work, :client_token) SENSITIVE = [] include Aws::Structure end |
#replace_permission_associations_work ⇒ Types::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.
2930 2931 2932 2933 2934 2935 |
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 2930 class ReplacePermissionAssociationsResponse < Struct.new( :replace_permission_associations_work, :client_token) SENSITIVE = [] include Aws::Structure end |