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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-ram/types.rb', line 1127

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