Class: Aws::Types::DataRepositoryConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_import_policy"NONE", ...

Returns the value of attribute auto_import_policy.

Returns:

  • ("NONE", "NEW", "NEW_CHANGED", "NEW_CHANGED_DELETED")


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.

Returns:

  • (::String)


572
573
574
# File 'sig/types.rbs', line 572

def export_path
  @export_path
end

#failure_detailsTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING", "FAILED")


570
571
572
# File 'sig/types.rbs', line 570

def lifecycle
  @lifecycle
end