Class: Aws::Types::DescribeHybridADUpdateRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#directory_id::String

Returns the value of attribute directory_id.

Returns:

  • (::String)


541
542
543
# File 'sig/types.rbs', line 541

def directory_id
  @directory_id
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


543
544
545
# File 'sig/types.rbs', line 543

def next_token
  @next_token
end

#update_type"SelfManagedInstances", "HybridAdministratorAccount"

Returns the value of attribute update_type.

Returns:

  • ("SelfManagedInstances", "HybridAdministratorAccount")


542
543
544
# File 'sig/types.rbs', line 542

def update_type
  @update_type
end