Class: Aws::Types::ConnectDirectoryRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#connect_settingsTypes::DirectoryConnectSettings

Returns the value of attribute connect_settings.

Returns:



224
225
226
# File 'sig/types.rbs', line 224

def connect_settings
  @connect_settings
end

#description::String

Returns the value of attribute description.

Returns:



222
223
224
# File 'sig/types.rbs', line 222

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:



219
220
221
# File 'sig/types.rbs', line 219

def name
  @name
end

#network_type"Dual-stack", ...

Returns the value of attribute network_type.

Returns:



226
227
228
# File 'sig/types.rbs', line 226

def network_type
  @network_type
end

#password::String

Returns the value of attribute password.

Returns:



221
222
223
# File 'sig/types.rbs', line 221

def password
  @password
end

#short_name::String

Returns the value of attribute short_name.

Returns:



220
221
222
# File 'sig/types.rbs', line 220

def short_name
  @short_name
end

#size"Small", "Large"

Returns the value of attribute size.

Returns:



223
224
225
# File 'sig/types.rbs', line 223

def size
  @size
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



225
226
227
# File 'sig/types.rbs', line 225

def tags
  @tags
end