Class: Aws::WorkMail::Types::Resource
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::Resource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
The representation of a resource.
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#description ⇒ String
Resource description.
-
#disabled_date ⇒ Time
The date indicating when the resource was disabled from WorkMail use.
-
#email ⇒ String
The email of the resource.
-
#enabled_date ⇒ Time
The date indicating when the resource was enabled for WorkMail use.
-
#id ⇒ String
The identifier of the resource.
-
#name ⇒ String
The name of the resource.
-
#state ⇒ String
The state of the resource, which can be ENABLED, DISABLED, or DELETED.
-
#type ⇒ String
The type of the resource: equipment or room.
Instance Attribute Details
#description ⇒ String
Resource description.
4819 4820 4821 4822 4823 4824 4825 4826 4827 4828 4829 4830 |
# File 'lib/aws-sdk-workmail/types.rb', line 4819 class Resource < Struct.new( :id, :email, :name, :type, :state, :enabled_date, :disabled_date, :description) SENSITIVE = [:description] include Aws::Structure end |
#disabled_date ⇒ Time
The date indicating when the resource was disabled from WorkMail use.
4819 4820 4821 4822 4823 4824 4825 4826 4827 4828 4829 4830 |
# File 'lib/aws-sdk-workmail/types.rb', line 4819 class Resource < Struct.new( :id, :email, :name, :type, :state, :enabled_date, :disabled_date, :description) SENSITIVE = [:description] include Aws::Structure end |
#email ⇒ String
The email of the resource.
4819 4820 4821 4822 4823 4824 4825 4826 4827 4828 4829 4830 |
# File 'lib/aws-sdk-workmail/types.rb', line 4819 class Resource < Struct.new( :id, :email, :name, :type, :state, :enabled_date, :disabled_date, :description) SENSITIVE = [:description] include Aws::Structure end |
#enabled_date ⇒ Time
The date indicating when the resource was enabled for WorkMail use.
4819 4820 4821 4822 4823 4824 4825 4826 4827 4828 4829 4830 |
# File 'lib/aws-sdk-workmail/types.rb', line 4819 class Resource < Struct.new( :id, :email, :name, :type, :state, :enabled_date, :disabled_date, :description) SENSITIVE = [:description] include Aws::Structure end |
#id ⇒ String
The identifier of the resource.
4819 4820 4821 4822 4823 4824 4825 4826 4827 4828 4829 4830 |
# File 'lib/aws-sdk-workmail/types.rb', line 4819 class Resource < Struct.new( :id, :email, :name, :type, :state, :enabled_date, :disabled_date, :description) SENSITIVE = [:description] include Aws::Structure end |
#name ⇒ String
The name of the resource.
4819 4820 4821 4822 4823 4824 4825 4826 4827 4828 4829 4830 |
# File 'lib/aws-sdk-workmail/types.rb', line 4819 class Resource < Struct.new( :id, :email, :name, :type, :state, :enabled_date, :disabled_date, :description) SENSITIVE = [:description] include Aws::Structure end |
#state ⇒ String
The state of the resource, which can be ENABLED, DISABLED, or DELETED.
4819 4820 4821 4822 4823 4824 4825 4826 4827 4828 4829 4830 |
# File 'lib/aws-sdk-workmail/types.rb', line 4819 class Resource < Struct.new( :id, :email, :name, :type, :state, :enabled_date, :disabled_date, :description) SENSITIVE = [:description] include Aws::Structure end |
#type ⇒ String
The type of the resource: equipment or room.
4819 4820 4821 4822 4823 4824 4825 4826 4827 4828 4829 4830 |
# File 'lib/aws-sdk-workmail/types.rb', line 4819 class Resource < Struct.new( :id, :email, :name, :type, :state, :enabled_date, :disabled_date, :description) SENSITIVE = [:description] include Aws::Structure end |