Class: Aws::CloudFormation::Types::DescribeOrganizationsAccessOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::DescribeOrganizationsAccessOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
Presents the status of the ‘OrganizationAccess`.
Instance Attribute Details
#status ⇒ String
Presents the status of the ‘OrganizationAccess`.
2675 2676 2677 2678 2679 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 2675 class DescribeOrganizationsAccessOutput < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |