Class: Aws::RAM::Types::DeleteResourceShareResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RAM::Types::DeleteResourceShareResponse
- 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.
-
#return_value ⇒ Boolean
A return value of
true
indicates that the request succeeded.
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.
923 924 925 926 927 928 |
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 923 class DeleteResourceShareResponse < Struct.new( :return_value, :client_token) SENSITIVE = [] include Aws::Structure end |
#return_value ⇒ Boolean
A return value of true
indicates that the request succeeded. A
value of false
indicates that the request failed.
923 924 925 926 927 928 |
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 923 class DeleteResourceShareResponse < Struct.new( :return_value, :client_token) SENSITIVE = [] include Aws::Structure end |