Class: Aws::Types::StartSchemaExtensionRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartSchemaExtensionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_snapshot_before_schema_extension ⇒ Boolean
Returns the value of attribute create_snapshot_before_schema_extension.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
-
#ldif_content ⇒ ::String
Returns the value of attribute ldif_content.
Instance Attribute Details
#create_snapshot_before_schema_extension ⇒ Boolean
Returns the value of attribute create_snapshot_before_schema_extension.
1428 1429 1430 |
# File 'sig/types.rbs', line 1428 def create_snapshot_before_schema_extension @create_snapshot_before_schema_extension end |
#description ⇒ ::String
Returns the value of attribute description.
1430 1431 1432 |
# File 'sig/types.rbs', line 1430 def description @description end |
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
1427 1428 1429 |
# File 'sig/types.rbs', line 1427 def directory_id @directory_id end |
#ldif_content ⇒ ::String
Returns the value of attribute ldif_content.
1429 1430 1431 |
# File 'sig/types.rbs', line 1429 def ldif_content @ldif_content end |