Class: Aws::WorkMail::Types::DescribeResourceResponse

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

#booking_optionsTypes::BookingOptions

The booking options for the described resource.



1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1595

class DescribeResourceResponse < Struct.new(
  :resource_id,
  :email,
  :name,
  :type,
  :booking_options,
  :state,
  :enabled_date,
  :disabled_date,
  :description,
  :hidden_from_global_address_list)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

Description of the resource.

Returns:

  • (String)


1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1595

class DescribeResourceResponse < Struct.new(
  :resource_id,
  :email,
  :name,
  :type,
  :booking_options,
  :state,
  :enabled_date,
  :disabled_date,
  :description,
  :hidden_from_global_address_list)
  SENSITIVE = []
  include Aws::Structure
end

#disabled_dateTime

The date and time when a resource was disabled from WorkMail, in UNIX epoch time format.

Returns:

  • (Time)


1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1595

class DescribeResourceResponse < Struct.new(
  :resource_id,
  :email,
  :name,
  :type,
  :booking_options,
  :state,
  :enabled_date,
  :disabled_date,
  :description,
  :hidden_from_global_address_list)
  SENSITIVE = []
  include Aws::Structure
end

#emailString

The email of the described resource.

Returns:

  • (String)


1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1595

class DescribeResourceResponse < Struct.new(
  :resource_id,
  :email,
  :name,
  :type,
  :booking_options,
  :state,
  :enabled_date,
  :disabled_date,
  :description,
  :hidden_from_global_address_list)
  SENSITIVE = []
  include Aws::Structure
end

#enabled_dateTime

The date and time when a resource was enabled for WorkMail, in UNIX epoch time format.

Returns:

  • (Time)


1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1595

class DescribeResourceResponse < Struct.new(
  :resource_id,
  :email,
  :name,
  :type,
  :booking_options,
  :state,
  :enabled_date,
  :disabled_date,
  :description,
  :hidden_from_global_address_list)
  SENSITIVE = []
  include Aws::Structure
end

#hidden_from_global_address_listBoolean

If enabled, the resource is hidden from the global address list.

Returns:

  • (Boolean)


1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1595

class DescribeResourceResponse < Struct.new(
  :resource_id,
  :email,
  :name,
  :type,
  :booking_options,
  :state,
  :enabled_date,
  :disabled_date,
  :description,
  :hidden_from_global_address_list)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the described resource.

Returns:

  • (String)


1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1595

class DescribeResourceResponse < Struct.new(
  :resource_id,
  :email,
  :name,
  :type,
  :booking_options,
  :state,
  :enabled_date,
  :disabled_date,
  :description,
  :hidden_from_global_address_list)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The identifier of the described resource.

Returns:

  • (String)


1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1595

class DescribeResourceResponse < Struct.new(
  :resource_id,
  :email,
  :name,
  :type,
  :booking_options,
  :state,
  :enabled_date,
  :disabled_date,
  :description,
  :hidden_from_global_address_list)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the resource: enabled (registered to WorkMail), disabled (deregistered or never registered to WorkMail), or deleted.

Returns:

  • (String)


1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1595

class DescribeResourceResponse < Struct.new(
  :resource_id,
  :email,
  :name,
  :type,
  :booking_options,
  :state,
  :enabled_date,
  :disabled_date,
  :description,
  :hidden_from_global_address_list)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the described resource.

Returns:

  • (String)


1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1595

class DescribeResourceResponse < Struct.new(
  :resource_id,
  :email,
  :name,
  :type,
  :booking_options,
  :state,
  :enabled_date,
  :disabled_date,
  :description,
  :hidden_from_global_address_list)
  SENSITIVE = []
  include Aws::Structure
end