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
1902 |
# File 'sig/client.rbs', line 1902
def created_at: () -> ::Time
|
#encryption_configuration ⇒ Types::EncryptionConfiguration
1900 |
# File 'sig/client.rbs', line 1900
def encryption_configuration: () -> Types::EncryptionConfiguration
|
#is_export_enabled ⇒ Boolean
1898 |
# File 'sig/client.rbs', line 1898
def is_export_enabled: () -> bool
|
#s3_table_bucket_arn ⇒ ::String
1901 |
# File 'sig/client.rbs', line 1901
def s3_table_bucket_arn: () -> ::String
|
#status ⇒ "COMPLETED", "FAILED"
1899 |
# File 'sig/client.rbs', line 1899
def status: () -> ("COMPLETED" | "FAILED")
|
#updated_at ⇒ ::Time
1903 |
# File 'sig/client.rbs', line 1903
def updated_at: () -> ::Time
|