Class: Aws::Types::DataRepositoryAssociation

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#association_id::String

Returns the value of attribute association_id.

Returns:



545
546
547
# File 'sig/types.rbs', line 545

def association_id
  @association_id
end

#batch_import_meta_data_on_createBoolean

Returns the value of attribute batch_import_meta_data_on_create.

Returns:



552
553
554
# File 'sig/types.rbs', line 552

def 
  
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:



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.

Returns:



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.

Returns:



559
560
561
# File 'sig/types.rbs', line 559

def data_repository_subdirectories
  @data_repository_subdirectories
end

#failure_detailsTypes::DataRepositoryFailureDetails

Returns the value of attribute failure_details.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



548
549
550
# File 'sig/types.rbs', line 548

def lifecycle
  @lifecycle
end

#nfsTypes::NFSDataRepositoryConfiguration

Returns the value of attribute nfs.

Returns:



560
561
562
# File 'sig/types.rbs', line 560

def nfs
  @nfs
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:



546
547
548
# File 'sig/types.rbs', line 546

def resource_arn
  @resource_arn
end

#s3Types::S3DataRepositoryConfiguration

Returns the value of attribute s3.

Returns:



554
555
556
# File 'sig/types.rbs', line 554

def s3
  @s3
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



555
556
557
# File 'sig/types.rbs', line 555

def tags
  @tags
end