Class: Aws::Types::CreateMicrosoftADRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:password])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


314
315
316
# File 'sig/types.rbs', line 314

def description
  @description
end

#edition"Enterprise", ...

Returns the value of attribute edition.

Returns:

  • ("Enterprise", "Standard", "Hybrid")


316
317
318
# File 'sig/types.rbs', line 316

def edition
  @edition
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


311
312
313
# File 'sig/types.rbs', line 311

def name
  @name
end

#network_type"Dual-stack", ...

Returns the value of attribute network_type.

Returns:

  • ("Dual-stack", "IPv4", "IPv6")


318
319
320
# File 'sig/types.rbs', line 318

def network_type
  @network_type
end

#password::String

Returns the value of attribute password.

Returns:

  • (::String)


313
314
315
# File 'sig/types.rbs', line 313

def password
  @password
end

#short_name::String

Returns the value of attribute short_name.

Returns:

  • (::String)


312
313
314
# File 'sig/types.rbs', line 312

def short_name
  @short_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



317
318
319
# File 'sig/types.rbs', line 317

def tags
  @tags
end

#vpc_settingsTypes::DirectoryVpcSettings

Returns the value of attribute vpc_settings.



315
316
317
# File 'sig/types.rbs', line 315

def vpc_settings
  @vpc_settings
end