Class: Aws::Types::ActiveDirectoryIdentityProvider
- Inherits:
-
Object
- Object
- Aws::Types::ActiveDirectoryIdentityProvider
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_directory_settings ⇒ Types::ActiveDirectorySettings
Returns the value of attribute active_directory_settings.
-
#active_directory_type ⇒ "SELF_MANAGED", "AWS_MANAGED"
Returns the value of attribute active_directory_type.
-
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
-
#is_shared_active_directory ⇒ Boolean
Returns the value of attribute is_shared_active_directory.
Instance Attribute Details
#active_directory_settings ⇒ Types::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.
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.
17 18 19 |
# File 'sig/types.rbs', line 17 def directory_id @directory_id end |
#is_shared_active_directory ⇒ Boolean
Returns the value of attribute is_shared_active_directory.
20 21 22 |
# File 'sig/types.rbs', line 20 def is_shared_active_directory @is_shared_active_directory end |