Class: Aws::ServiceCatalog::Types::GetAWSOrganizationsAccessStatusOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::GetAWSOrganizationsAccessStatusOutput
- Defined in:
- gems/aws-sdk-servicecatalog/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.
2706 2707 2708 2709 2710 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 2706 class GetAWSOrganizationsAccessStatusOutput < Struct.new( :access_status) SENSITIVE = [] include Aws::Structure end |