Class: Aws::DirectoryService::Types::DescribeHybridADUpdateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::DescribeHybridADUpdateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#directory_id ⇒ String
The identifier of the hybrid directory for which to retrieve update information.
-
#next_token ⇒ String
The pagination token from a previous request to DescribeHybridADUpdate.
-
#update_type ⇒ String
The type of update activities to retrieve.
Instance Attribute Details
#directory_id ⇒ String
The identifier of the hybrid directory for which to retrieve update information.
2040 2041 2042 2043 2044 2045 2046 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 2040 class DescribeHybridADUpdateRequest < Struct.new( :directory_id, :update_type, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token from a previous request to DescribeHybridADUpdate. Pass null if this is the first request.
2040 2041 2042 2043 2044 2045 2046 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 2040 class DescribeHybridADUpdateRequest < Struct.new( :directory_id, :update_type, :next_token) SENSITIVE = [] include Aws::Structure end |
#update_type ⇒ String
The type of update activities to retrieve. Valid values include ‘SelfManagedInstances` and `HybridAdministratorAccount`.
2040 2041 2042 2043 2044 2045 2046 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 2040 class DescribeHybridADUpdateRequest < Struct.new( :directory_id, :update_type, :next_token) SENSITIVE = [] include Aws::Structure end |