Class: Aws::Types::CreateDirectoryRequest

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)


276
277
278
# File 'sig/types.rbs', line 276

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


273
274
275
# File 'sig/types.rbs', line 273

def name
  @name
end

#network_type"Dual-stack", ...

Returns the value of attribute network_type.

Returns:

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


280
281
282
# File 'sig/types.rbs', line 280

def network_type
  @network_type
end

#password::String

Returns the value of attribute password.

Returns:

  • (::String)


275
276
277
# File 'sig/types.rbs', line 275

def password
  @password
end

#short_name::String

Returns the value of attribute short_name.

Returns:

  • (::String)


274
275
276
# File 'sig/types.rbs', line 274

def short_name
  @short_name
end

#size"Small", "Large"

Returns the value of attribute size.

Returns:

  • ("Small", "Large")


277
278
279
# File 'sig/types.rbs', line 277

def size
  @size
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



279
280
281
# File 'sig/types.rbs', line 279

def tags
  @tags
end

#vpc_settingsTypes::DirectoryVpcSettings

Returns the value of attribute vpc_settings.



278
279
280
# File 'sig/types.rbs', line 278

def vpc_settings
  @vpc_settings
end