Class: Aws::WorkMail::Types::OrganizationSummary

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

Overview

The representation of an organization.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aliasString

The alias associated with the organization.

Returns:

  • (String)


3369
3370
3371
3372
3373
3374
3375
3376
3377
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3369

class OrganizationSummary < Struct.new(
  :organization_id,
  :alias,
  :default_mail_domain,
  :error_message,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#default_mail_domainString

The default email domain associated with the organization.

Returns:

  • (String)


3369
3370
3371
3372
3373
3374
3375
3376
3377
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3369

class OrganizationSummary < Struct.new(
  :organization_id,
  :alias,
  :default_mail_domain,
  :error_message,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

The error message associated with the organization. It is only present if unexpected behavior has occurred with regards to the organization. It provides insight or solutions regarding unexpected behavior.

Returns:

  • (String)


3369
3370
3371
3372
3373
3374
3375
3376
3377
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3369

class OrganizationSummary < Struct.new(
  :organization_id,
  :alias,
  :default_mail_domain,
  :error_message,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#organization_idString

The identifier associated with the organization.

Returns:

  • (String)


3369
3370
3371
3372
3373
3374
3375
3376
3377
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3369

class OrganizationSummary < Struct.new(
  :organization_id,
  :alias,
  :default_mail_domain,
  :error_message,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state associated with the organization.

Returns:

  • (String)


3369
3370
3371
3372
3373
3374
3375
3376
3377
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3369

class OrganizationSummary < Struct.new(
  :organization_id,
  :alias,
  :default_mail_domain,
  :error_message,
  :state)
  SENSITIVE = []
  include Aws::Structure
end