Class: Aws::ServiceCatalog::Types::GetAWSOrganizationsAccessStatusOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::GetAWSOrganizationsAccessStatusOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_status ⇒ String
The status of the portfolio share feature.
Instance Attribute Details
#access_status ⇒ String
The status of the portfolio share feature.
2748 2749 2750 2751 2752 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2748 class GetAWSOrganizationsAccessStatusOutput < Struct.new( :access_status) SENSITIVE = [] include Aws::Structure end |