Class: Aws::Types::DataRepositoryConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DataRepositoryConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_import_policy ⇒ "NONE", ...
Returns the value of attribute auto_import_policy.
-
#export_path ⇒ ::String
Returns the value of attribute export_path.
-
#failure_details ⇒ Types::DataRepositoryFailureDetails
Returns the value of attribute failure_details.
-
#import_path ⇒ ::String
Returns the value of attribute import_path.
-
#imported_file_chunk_size ⇒ ::Integer
Returns the value of attribute imported_file_chunk_size.
-
#lifecycle ⇒ "CREATING", ...
Returns the value of attribute lifecycle.
Instance Attribute Details
#auto_import_policy ⇒ "NONE", ...
Returns the value of attribute auto_import_policy.
574 575 576 |
# File 'sig/types.rbs', line 574 def auto_import_policy @auto_import_policy end |
#export_path ⇒ ::String
Returns the value of attribute export_path.
572 573 574 |
# File 'sig/types.rbs', line 572 def export_path @export_path end |
#failure_details ⇒ Types::DataRepositoryFailureDetails
Returns the value of attribute failure_details.
575 576 577 |
# File 'sig/types.rbs', line 575 def failure_details @failure_details end |
#import_path ⇒ ::String
Returns the value of attribute import_path.
571 572 573 |
# File 'sig/types.rbs', line 571 def import_path @import_path end |
#imported_file_chunk_size ⇒ ::Integer
Returns the value of attribute imported_file_chunk_size.
573 574 575 |
# File 'sig/types.rbs', line 573 def imported_file_chunk_size @imported_file_chunk_size end |
#lifecycle ⇒ "CREATING", ...
Returns the value of attribute lifecycle.
570 571 572 |
# File 'sig/types.rbs', line 570 def lifecycle @lifecycle end |