Module: Aws::DataZone::Client::_GetDataExportConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDataExportConfigurationOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #encryption_configuration ⇒ Types::EncryptionConfiguration
- #is_export_enabled ⇒ Boolean
- #s3_table_bucket_arn ⇒ ::String
- #status ⇒ "COMPLETED", "FAILED"
- #updated_at ⇒ ::Time
Instance Method Details
#created_at ⇒ ::Time
1896 |
# File 'sig/client.rbs', line 1896
def created_at: () -> ::Time
|
#encryption_configuration ⇒ Types::EncryptionConfiguration
1894 |
# File 'sig/client.rbs', line 1894
def encryption_configuration: () -> Types::EncryptionConfiguration
|
#is_export_enabled ⇒ Boolean
1892 |
# File 'sig/client.rbs', line 1892
def is_export_enabled: () -> bool
|
#s3_table_bucket_arn ⇒ ::String
1895 |
# File 'sig/client.rbs', line 1895
def s3_table_bucket_arn: () -> ::String
|
#status ⇒ "COMPLETED", "FAILED"
1893 |
# File 'sig/client.rbs', line 1893
def status: () -> ("COMPLETED" | "FAILED")
|
#updated_at ⇒ ::Time
1897 |
# File 'sig/client.rbs', line 1897
def updated_at: () -> ::Time
|