Class: Aws::WorkMail::Types::DescribeOrganizationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::DescribeOrganizationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#organization_id ⇒ String
The identifier for the organization to be described.
Instance Attribute Details
#organization_id ⇒ String
The identifier for the organization to be described.
1588 1589 1590 1591 1592 |
# File 'lib/aws-sdk-workmail/types.rb', line 1588 class DescribeOrganizationRequest < Struct.new( :organization_id) SENSITIVE = [] include Aws::Structure end |