Class: Aws::RAM::Types::EnableSharingWithAwsOrganizationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RAM::Types::EnableSharingWithAwsOrganizationResponse
- Includes:
- Structure
- Defined in:
- 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.
1127 1128 1129 1130 1131 |
# File 'lib/aws-sdk-ram/types.rb', line 1127 class EnableSharingWithAwsOrganizationResponse < Struct.new( :return_value) SENSITIVE = [] include Aws::Structure end |