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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workmail/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)


1451
1452
1453
1454
1455
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1451

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