Class: Aws::Types::CreateDataRepositoryAssociationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#batch_import_meta_data_on_createBoolean

Returns the value of attribute batch_import_meta_data_on_create.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


251
252
253
# File 'sig/types.rbs', line 251

def imported_file_chunk_size
  @imported_file_chunk_size
end

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

Returns:



254
255
256
# File 'sig/types.rbs', line 254

def tags
  @tags
end