Class: Aws::RAM::Types::EnableSharingWithAwsOrganizationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#return_valueBoolean

A return value of true indicates that the request succeeded. A value of false indicates that the request failed.

Returns:

  • (Boolean)


1127
1128
1129
1130
1131
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 1127

class EnableSharingWithAwsOrganizationResponse < Struct.new(
  :return_value)
  SENSITIVE = []
  include Aws::Structure
end