Class: Aws::Types::DataRepositoryAssociation
- Inherits:
-
Object
- Object
- Aws::Types::DataRepositoryAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
-
#batch_import_meta_data_on_create ⇒ Boolean
Returns the value of attribute batch_import_meta_data_on_create.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#data_repository_path ⇒ ::String
Returns the value of attribute data_repository_path.
-
#data_repository_subdirectories ⇒ ::Array[::String]
Returns the value of attribute data_repository_subdirectories.
-
#failure_details ⇒ Types::DataRepositoryFailureDetails
Returns the value of attribute failure_details.
-
#file_cache_id ⇒ ::String
Returns the value of attribute file_cache_id.
-
#file_cache_path ⇒ ::String
Returns the value of attribute file_cache_path.
-
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
-
#file_system_path ⇒ ::String
Returns the value of attribute file_system_path.
-
#imported_file_chunk_size ⇒ ::Integer
Returns the value of attribute imported_file_chunk_size.
-
#lifecycle ⇒ "CREATING", ...
Returns the value of attribute lifecycle.
-
#nfs ⇒ Types::NFSDataRepositoryConfiguration
Returns the value of attribute nfs.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#s3 ⇒ Types::S3DataRepositoryConfiguration
Returns the value of attribute s3.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#association_id ⇒ ::String
Returns the value of attribute association_id.
545 546 547 |
# File 'sig/types.rbs', line 545 def association_id @association_id end |
#batch_import_meta_data_on_create ⇒ Boolean
Returns the value of attribute batch_import_meta_data_on_create.
552 553 554 |
# File 'sig/types.rbs', line 552 def end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
556 557 558 |
# File 'sig/types.rbs', line 556 def creation_time @creation_time end |
#data_repository_path ⇒ ::String
Returns the value of attribute data_repository_path.
551 552 553 |
# File 'sig/types.rbs', line 551 def data_repository_path @data_repository_path end |
#data_repository_subdirectories ⇒ ::Array[::String]
Returns the value of attribute data_repository_subdirectories.
559 560 561 |
# File 'sig/types.rbs', line 559 def data_repository_subdirectories @data_repository_subdirectories end |
#failure_details ⇒ Types::DataRepositoryFailureDetails
Returns the value of attribute failure_details.
549 550 551 |
# File 'sig/types.rbs', line 549 def failure_details @failure_details end |
#file_cache_id ⇒ ::String
Returns the value of attribute file_cache_id.
557 558 559 |
# File 'sig/types.rbs', line 557 def file_cache_id @file_cache_id end |
#file_cache_path ⇒ ::String
Returns the value of attribute file_cache_path.
558 559 560 |
# File 'sig/types.rbs', line 558 def file_cache_path @file_cache_path end |
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
547 548 549 |
# File 'sig/types.rbs', line 547 def file_system_id @file_system_id end |
#file_system_path ⇒ ::String
Returns the value of attribute file_system_path.
550 551 552 |
# File 'sig/types.rbs', line 550 def file_system_path @file_system_path end |
#imported_file_chunk_size ⇒ ::Integer
Returns the value of attribute imported_file_chunk_size.
553 554 555 |
# File 'sig/types.rbs', line 553 def imported_file_chunk_size @imported_file_chunk_size end |
#lifecycle ⇒ "CREATING", ...
Returns the value of attribute lifecycle.
548 549 550 |
# File 'sig/types.rbs', line 548 def lifecycle @lifecycle end |
#nfs ⇒ Types::NFSDataRepositoryConfiguration
Returns the value of attribute nfs.
560 561 562 |
# File 'sig/types.rbs', line 560 def nfs @nfs end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
546 547 548 |
# File 'sig/types.rbs', line 546 def resource_arn @resource_arn end |
#s3 ⇒ Types::S3DataRepositoryConfiguration
Returns the value of attribute s3.
554 555 556 |
# File 'sig/types.rbs', line 554 def s3 @s3 end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
555 556 557 |
# File 'sig/types.rbs', line 555 def end |