Class: Aws::Types::SchemaExtensionInfo
- Inherits:
-
Object
- Object
- Aws::Types::SchemaExtensionInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
-
#end_date_time ⇒ ::Time
Returns the value of attribute end_date_time.
-
#schema_extension_id ⇒ ::String
Returns the value of attribute schema_extension_id.
-
#schema_extension_status ⇒ "Initializing", ...
Returns the value of attribute schema_extension_status.
-
#schema_extension_status_reason ⇒ ::String
Returns the value of attribute schema_extension_status_reason.
-
#start_date_time ⇒ ::Time
Returns the value of attribute start_date_time.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1319 1320 1321 |
# File 'sig/types.rbs', line 1319 def description @description end |
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
1317 1318 1319 |
# File 'sig/types.rbs', line 1317 def directory_id @directory_id end |
#end_date_time ⇒ ::Time
Returns the value of attribute end_date_time.
1323 1324 1325 |
# File 'sig/types.rbs', line 1323 def end_date_time @end_date_time end |
#schema_extension_id ⇒ ::String
Returns the value of attribute schema_extension_id.
1318 1319 1320 |
# File 'sig/types.rbs', line 1318 def schema_extension_id @schema_extension_id end |
#schema_extension_status ⇒ "Initializing", ...
Returns the value of attribute schema_extension_status.
1320 1321 1322 |
# File 'sig/types.rbs', line 1320 def schema_extension_status @schema_extension_status end |
#schema_extension_status_reason ⇒ ::String
Returns the value of attribute schema_extension_status_reason.
1321 1322 1323 |
# File 'sig/types.rbs', line 1321 def schema_extension_status_reason @schema_extension_status_reason end |
#start_date_time ⇒ ::Time
Returns the value of attribute start_date_time.
1322 1323 1324 |
# File 'sig/types.rbs', line 1322 def start_date_time @start_date_time end |