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)


2706
2707
2708
2709
2710
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 2706

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