Class: Aws::RAM::Types::DeletePermissionVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RAM::Types::DeletePermissionVersionResponse
- Includes:
- Structure
- Defined in:
- 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.
-
#permission_status ⇒ String
This operation is performed asynchronously, and this response parameter indicates the current status.
-
#return_value ⇒ Boolean
A boolean value that indicates whether the operation is successful.
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.
862 863 864 865 866 867 868 |
# File 'lib/aws-sdk-ram/types.rb', line 862 class DeletePermissionVersionResponse < Struct.new( :return_value, :client_token, :permission_status) SENSITIVE = [] include Aws::Structure end |
#permission_status ⇒ String
This operation is performed asynchronously, and this response parameter indicates the current status.
862 863 864 865 866 867 868 |
# File 'lib/aws-sdk-ram/types.rb', line 862 class DeletePermissionVersionResponse < Struct.new( :return_value, :client_token, :permission_status) SENSITIVE = [] include Aws::Structure end |
#return_value ⇒ Boolean
A boolean value that indicates whether the operation is successful.
862 863 864 865 866 867 868 |
# File 'lib/aws-sdk-ram/types.rb', line 862 class DeletePermissionVersionResponse < Struct.new( :return_value, :client_token, :permission_status) SENSITIVE = [] include Aws::Structure end |