Class: Aws::DirectoryService::Types::SchemaExtensionInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::SchemaExtensionInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
Information about a schema extension.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description of the schema extension.
-
#directory_id ⇒ String
The identifier of the directory to which the schema extension is applied.
-
#end_date_time ⇒ Time
The date and time that the schema extension was completed.
-
#schema_extension_id ⇒ String
The identifier of the schema extension.
-
#schema_extension_status ⇒ String
The current status of the schema extension.
-
#schema_extension_status_reason ⇒ String
The reason for the ‘SchemaExtensionStatus`.
-
#start_date_time ⇒ Time
The date and time that the schema extension started being applied to the directory.
Instance Attribute Details
#description ⇒ String
A description of the schema extension.
3841 3842 3843 3844 3845 3846 3847 3848 3849 3850 3851 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 3841 class SchemaExtensionInfo < Struct.new( :directory_id, :schema_extension_id, :description, :schema_extension_status, :schema_extension_status_reason, :start_date_time, :end_date_time) SENSITIVE = [] include Aws::Structure end |
#directory_id ⇒ String
The identifier of the directory to which the schema extension is applied.
3841 3842 3843 3844 3845 3846 3847 3848 3849 3850 3851 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 3841 class SchemaExtensionInfo < Struct.new( :directory_id, :schema_extension_id, :description, :schema_extension_status, :schema_extension_status_reason, :start_date_time, :end_date_time) SENSITIVE = [] include Aws::Structure end |
#end_date_time ⇒ Time
The date and time that the schema extension was completed.
3841 3842 3843 3844 3845 3846 3847 3848 3849 3850 3851 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 3841 class SchemaExtensionInfo < Struct.new( :directory_id, :schema_extension_id, :description, :schema_extension_status, :schema_extension_status_reason, :start_date_time, :end_date_time) SENSITIVE = [] include Aws::Structure end |
#schema_extension_id ⇒ String
The identifier of the schema extension.
3841 3842 3843 3844 3845 3846 3847 3848 3849 3850 3851 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 3841 class SchemaExtensionInfo < Struct.new( :directory_id, :schema_extension_id, :description, :schema_extension_status, :schema_extension_status_reason, :start_date_time, :end_date_time) SENSITIVE = [] include Aws::Structure end |
#schema_extension_status ⇒ String
The current status of the schema extension.
3841 3842 3843 3844 3845 3846 3847 3848 3849 3850 3851 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 3841 class SchemaExtensionInfo < Struct.new( :directory_id, :schema_extension_id, :description, :schema_extension_status, :schema_extension_status_reason, :start_date_time, :end_date_time) SENSITIVE = [] include Aws::Structure end |
#schema_extension_status_reason ⇒ String
The reason for the ‘SchemaExtensionStatus`.
3841 3842 3843 3844 3845 3846 3847 3848 3849 3850 3851 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 3841 class SchemaExtensionInfo < Struct.new( :directory_id, :schema_extension_id, :description, :schema_extension_status, :schema_extension_status_reason, :start_date_time, :end_date_time) SENSITIVE = [] include Aws::Structure end |
#start_date_time ⇒ Time
The date and time that the schema extension started being applied to the directory.
3841 3842 3843 3844 3845 3846 3847 3848 3849 3850 3851 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 3841 class SchemaExtensionInfo < Struct.new( :directory_id, :schema_extension_id, :description, :schema_extension_status, :schema_extension_status_reason, :start_date_time, :end_date_time) SENSITIVE = [] include Aws::Structure end |