Class: Aws::WorkMail::Types::CreateOrganizationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::CreateOrganizationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#organization_id ⇒ String
The organization ID.
Instance Attribute Details
#organization_id ⇒ String
The organization ID.
656 657 658 659 660 |
# File 'lib/aws-sdk-workmail/types.rb', line 656 class CreateOrganizationResponse < Struct.new( :organization_id) SENSITIVE = [] include Aws::Structure end |