Class: Aws::CloudFormation::Types::DescribeOrganizationsAccessOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

Presents the status of the OrganizationAccess.

Returns:

  • (String)


2675
2676
2677
2678
2679
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 2675

class DescribeOrganizationsAccessOutput < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end