Class: Aws::Types::SelfManagedActiveDirectoryAttributes

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dns_ips::Array[::String]

Returns the value of attribute dns_ips.

Returns:

  • (::Array[::String])


1532
1533
1534
# File 'sig/types.rbs', line 1532

def dns_ips
  @dns_ips
end

#domain_join_service_account_secret::String

Returns the value of attribute domain_join_service_account_secret.

Returns:

  • (::String)


1533
1534
1535
# File 'sig/types.rbs', line 1533

def 
  @domain_join_service_account_secret
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


1528
1529
1530
# File 'sig/types.rbs', line 1528

def domain_name
  @domain_name
end

#file_system_administrators_group::String

Returns the value of attribute file_system_administrators_group.

Returns:

  • (::String)


1530
1531
1532
# File 'sig/types.rbs', line 1530

def file_system_administrators_group
  @file_system_administrators_group
end

#organizational_unit_distinguished_name::String

Returns the value of attribute organizational_unit_distinguished_name.

Returns:

  • (::String)


1529
1530
1531
# File 'sig/types.rbs', line 1529

def organizational_unit_distinguished_name
  @organizational_unit_distinguished_name
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


1531
1532
1533
# File 'sig/types.rbs', line 1531

def user_name
  @user_name
end