Class: Aws::Types::ConnectDirectoryRequest
- Inherits:
-
Object
- Object
- Aws::Types::ConnectDirectoryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connect_settings ⇒ Types::DirectoryConnectSettings
Returns the value of attribute connect_settings.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#network_type ⇒ "Dual-stack", ...
Returns the value of attribute network_type.
-
#password ⇒ ::String
Returns the value of attribute password.
-
#short_name ⇒ ::String
Returns the value of attribute short_name.
-
#size ⇒ "Small", "Large"
Returns the value of attribute size.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#connect_settings ⇒ Types::DirectoryConnectSettings
Returns the value of attribute connect_settings.
224 225 226 |
# File 'sig/types.rbs', line 224 def connect_settings @connect_settings end |
#description ⇒ ::String
Returns the value of attribute description.
222 223 224 |
# File 'sig/types.rbs', line 222 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
219 220 221 |
# File 'sig/types.rbs', line 219 def name @name end |
#network_type ⇒ "Dual-stack", ...
Returns the value of attribute network_type.
226 227 228 |
# File 'sig/types.rbs', line 226 def network_type @network_type end |
#password ⇒ ::String
Returns the value of attribute password.
221 222 223 |
# File 'sig/types.rbs', line 221 def password @password end |
#short_name ⇒ ::String
Returns the value of attribute short_name.
220 221 222 |
# File 'sig/types.rbs', line 220 def short_name @short_name end |
#size ⇒ "Small", "Large"
Returns the value of attribute size.
223 224 225 |
# File 'sig/types.rbs', line 223 def size @size end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
225 226 227 |
# File 'sig/types.rbs', line 225 def end |