Class: Aws::Types::CreateDataRepositoryAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDataRepositoryAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#batch_import_meta_data_on_create ⇒ Boolean
Returns the value of attribute batch_import_meta_data_on_create.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#data_repository_path ⇒ ::String
Returns the value of attribute data_repository_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.
-
#s3 ⇒ Types::S3DataRepositoryConfiguration
Returns the value of attribute s3.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#batch_import_meta_data_on_create ⇒ Boolean
Returns the value of attribute batch_import_meta_data_on_create.
250 251 252 |
# File 'sig/types.rbs', line 250 def @batch_import_meta_data_on_create end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
253 254 255 |
# File 'sig/types.rbs', line 253 def client_request_token @client_request_token end |
#data_repository_path ⇒ ::String
Returns the value of attribute data_repository_path.
249 250 251 |
# File 'sig/types.rbs', line 249 def data_repository_path @data_repository_path end |
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
247 248 249 |
# File 'sig/types.rbs', line 247 def file_system_id @file_system_id end |
#file_system_path ⇒ ::String
Returns the value of attribute file_system_path.
248 249 250 |
# File 'sig/types.rbs', line 248 def file_system_path @file_system_path end |
#imported_file_chunk_size ⇒ ::Integer
Returns the value of attribute imported_file_chunk_size.
251 252 253 |
# File 'sig/types.rbs', line 251 def imported_file_chunk_size @imported_file_chunk_size end |
#s3 ⇒ Types::S3DataRepositoryConfiguration
Returns the value of attribute s3.
252 253 254 |
# File 'sig/types.rbs', line 252 def s3 @s3 end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
254 255 256 |
# File 'sig/types.rbs', line 254 def @tags end |