Class: Aws::Organizations::Types::CreateOrganizationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::CreateOrganizationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-organizations/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#organization ⇒ Types::Organization
A structure that contains details about the newly created organization.
Instance Attribute Details
#organization ⇒ Types::Organization
A structure that contains details about the newly created organization.
1104 1105 1106 1107 1108 |
# File 'lib/aws-sdk-organizations/types.rb', line 1104 class CreateOrganizationResponse < Struct.new( :organization) SENSITIVE = [] include Aws::Structure end |