Class: Aws::Types::GetDataCatalogExportConfigurationOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetDataCatalogExportConfigurationOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#encryption_configuration ⇒ Types::ExportEncryptionConfiguration
Returns the value of attribute encryption_configuration.
-
#export_setting ⇒ "ENABLED", "DISABLED"
Returns the value of attribute export_setting.
-
#s3_table_bucket_arn ⇒ ::String
Returns the value of attribute s3_table_bucket_arn.
-
#status ⇒ "ENABLING", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
3473 3474 3475 |
# File 'sig/types.rbs', line 3473 def created_at @created_at end |
#encryption_configuration ⇒ Types::ExportEncryptionConfiguration
Returns the value of attribute encryption_configuration.
3471 3472 3473 |
# File 'sig/types.rbs', line 3471 def encryption_configuration @encryption_configuration end |
#export_setting ⇒ "ENABLED", "DISABLED"
Returns the value of attribute export_setting.
3469 3470 3471 |
# File 'sig/types.rbs', line 3469 def export_setting @export_setting end |
#s3_table_bucket_arn ⇒ ::String
Returns the value of attribute s3_table_bucket_arn.
3472 3473 3474 |
# File 'sig/types.rbs', line 3472 def s3_table_bucket_arn @s3_table_bucket_arn end |
#status ⇒ "ENABLING", ...
Returns the value of attribute status.
3470 3471 3472 |
# File 'sig/types.rbs', line 3470 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
3474 3475 3476 |
# File 'sig/types.rbs', line 3474 def updated_at @updated_at end |