Class: Aws::RAM::Types::PromoteResourceShareCreatedFromPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RAM::Types::PromoteResourceShareCreatedFromPolicyResponse
- Defined in:
- gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#return_value ⇒ Boolean
A return value of
true
indicates that the request succeeded.
Instance Attribute Details
#return_value ⇒ Boolean
A return value of true
indicates that the request succeeded. A
value of false
indicates that the request failed.
2661 2662 2663 2664 2665 |
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 2661 class PromoteResourceShareCreatedFromPolicyResponse < Struct.new( :return_value) SENSITIVE = [] include Aws::Structure end |