Class: Aws::Types::ActiveDirectoryIdentityProvider

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#active_directory_settingsTypes::ActiveDirectorySettings

Returns the value of attribute active_directory_settings.



18
19
20
# File 'sig/types.rbs', line 18

def active_directory_settings
  @active_directory_settings
end

#active_directory_type"SELF_MANAGED", "AWS_MANAGED"

Returns the value of attribute active_directory_type.

Returns:

  • ("SELF_MANAGED", "AWS_MANAGED")


19
20
21
# File 'sig/types.rbs', line 19

def active_directory_type
  @active_directory_type
end

#directory_id::String

Returns the value of attribute directory_id.

Returns:

  • (::String)


17
18
19
# File 'sig/types.rbs', line 17

def directory_id
  @directory_id
end

#is_shared_active_directoryBoolean

Returns the value of attribute is_shared_active_directory.

Returns:

  • (Boolean)


20
21
22
# File 'sig/types.rbs', line 20

def is_shared_active_directory
  @is_shared_active_directory
end