Class: Aws::Types::GetDataExportConfigurationOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetDataExportConfigurationOutput
- 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::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
-
#is_export_enabled ⇒ Boolean
Returns the value of attribute is_export_enabled.
-
#s3_table_bucket_arn ⇒ ::String
Returns the value of attribute s3_table_bucket_arn.
-
#status ⇒ "COMPLETED", "FAILED"
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.
2605 2606 2607 |
# File 'sig/types.rbs', line 2605 def created_at @created_at end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
2603 2604 2605 |
# File 'sig/types.rbs', line 2603 def encryption_configuration @encryption_configuration end |
#is_export_enabled ⇒ Boolean
Returns the value of attribute is_export_enabled.
2601 2602 2603 |
# File 'sig/types.rbs', line 2601 def is_export_enabled @is_export_enabled end |
#s3_table_bucket_arn ⇒ ::String
Returns the value of attribute s3_table_bucket_arn.
2604 2605 2606 |
# File 'sig/types.rbs', line 2604 def s3_table_bucket_arn @s3_table_bucket_arn end |
#status ⇒ "COMPLETED", "FAILED"
Returns the value of attribute status.
2602 2603 2604 |
# File 'sig/types.rbs', line 2602 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
2606 2607 2608 |
# File 'sig/types.rbs', line 2606 def updated_at @updated_at end |