Class: Aws::WorkMail::Types::DescribeOrganizationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workmail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#organization_idString

The identifier for the organization to be described.

Returns:

  • (String)


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