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)


3953
3954
3955
3956
3957
3958
3959
3960
3961
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3953

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)


3953
3954
3955
3956
3957
3958
3959
3960
3961
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3953

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)


3953
3954
3955
3956
3957
3958
3959
3960
3961
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3953

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)


3953
3954
3955
3956
3957
3958
3959
3960
3961
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3953

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)


3953
3954
3955
3956
3957
3958
3959
3960
3961
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3953

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