Class: Aws::RAM::Types::ResourceShareConfiguration

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

Overview

The configuration of the resource share

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#retain_sharing_on_account_leave_organizationBoolean

Specifies whether the consumer account retains access to the resource share after leaving the organization.

Returns:

  • (Boolean)


3306
3307
3308
3309
3310
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 3306

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