Class: Aws::ServerlessApplicationRepository::Types::UnshareApplicationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServerlessApplicationRepository::Types::UnshareApplicationInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-serverlessapplicationrepository/types.rb
Overview
Unshare application request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#organization_id ⇒ String
The AWS Organization ID to unshare the application from.
Instance Attribute Details
#organization_id ⇒ String
The AWS Organization ID to unshare the application from.
1711 1712 1713 1714 1715 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 1711 class UnshareApplicationInput < Struct.new( :organization_id) SENSITIVE = [] include Aws::Structure end |