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.
3163 3164 3165 3166 3167 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3163 class GetAWSOrganizationsAccessStatusOutput < Struct.new( :access_status) SENSITIVE = [] include Aws::Structure end |