Class: Aws::Types::CreateDirectoryRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDirectoryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#vpc_settings ⇒ Types::DirectoryVpcSettings
Returns the value of attribute vpc_settings.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
276 277 278 |
# File 'sig/types.rbs', line 276 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
273 274 275 |
# File 'sig/types.rbs', line 273 def name @name end |
#network_type ⇒ "Dual-stack", ...
Returns the value of attribute network_type.
280 281 282 |
# File 'sig/types.rbs', line 280 def network_type @network_type end |
#password ⇒ ::String
Returns the value of attribute password.
275 276 277 |
# File 'sig/types.rbs', line 275 def password @password end |
#short_name ⇒ ::String
Returns the value of attribute short_name.
274 275 276 |
# File 'sig/types.rbs', line 274 def short_name @short_name end |
#size ⇒ "Small", "Large"
Returns the value of attribute size.
277 278 279 |
# File 'sig/types.rbs', line 277 def size @size end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
279 280 281 |
# File 'sig/types.rbs', line 279 def end |
#vpc_settings ⇒ Types::DirectoryVpcSettings
Returns the value of attribute vpc_settings.
278 279 280 |
# File 'sig/types.rbs', line 278 def vpc_settings @vpc_settings end |