Class: Aws::DirectoryService::Types::Snapshot
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::Snapshot
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
Describes a directory snapshot.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#directory_id ⇒ String
The directory identifier.
-
#name ⇒ String
The descriptive name of the snapshot.
-
#snapshot_id ⇒ String
The snapshot identifier.
-
#start_time ⇒ Time
The date and time that the snapshot was taken.
-
#status ⇒ String
The snapshot status.
-
#type ⇒ String
The snapshot type.
Instance Attribute Details
#directory_id ⇒ String
The directory identifier.
4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 4157 class Snapshot < Struct.new( :directory_id, :snapshot_id, :type, :name, :status, :start_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The descriptive name of the snapshot.
4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 4157 class Snapshot < Struct.new( :directory_id, :snapshot_id, :type, :name, :status, :start_time) SENSITIVE = [] include Aws::Structure end |
#snapshot_id ⇒ String
The snapshot identifier.
4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 4157 class Snapshot < Struct.new( :directory_id, :snapshot_id, :type, :name, :status, :start_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The date and time that the snapshot was taken.
4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 4157 class Snapshot < Struct.new( :directory_id, :snapshot_id, :type, :name, :status, :start_time) SENSITIVE = [] include Aws::Structure end |