Class: Aws::RAM::Types::ResourceShareConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::RAM::Types::ResourceShareConfiguration
- 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
-
#retain_sharing_on_account_leave_organization ⇒ Boolean
Specifies whether the consumer account retains access to the resource share after leaving the organization.
Instance Attribute Details
#retain_sharing_on_account_leave_organization ⇒ Boolean
Specifies whether the consumer account retains access to the resource share after leaving the organization.
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 |