Class: Aws::Types::CreateMicrosoftADRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateMicrosoftADRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#edition ⇒ "Enterprise", ...
Returns the value of attribute edition.
-
#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.
-
#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.
314 315 316 |
# File 'sig/types.rbs', line 314 def description @description end |
#edition ⇒ "Enterprise", ...
Returns the value of attribute edition.
316 317 318 |
# File 'sig/types.rbs', line 316 def edition @edition end |
#name ⇒ ::String
Returns the value of attribute name.
311 312 313 |
# File 'sig/types.rbs', line 311 def name @name end |
#network_type ⇒ "Dual-stack", ...
Returns the value of attribute network_type.
318 319 320 |
# File 'sig/types.rbs', line 318 def network_type @network_type end |
#password ⇒ ::String
Returns the value of attribute password.
313 314 315 |
# File 'sig/types.rbs', line 313 def password @password end |
#short_name ⇒ ::String
Returns the value of attribute short_name.
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.
317 318 319 |
# File 'sig/types.rbs', line 317 def @tags end |
#vpc_settings ⇒ Types::DirectoryVpcSettings
Returns the value of attribute vpc_settings.
315 316 317 |
# File 'sig/types.rbs', line 315 def vpc_settings @vpc_settings end |