Class: Aws::Types::FileCacheLustreConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_type"CACHE_1"

Returns the value of attribute deployment_type.

Returns:

  • ("CACHE_1")


1029
1030
1031
# File 'sig/types.rbs', line 1029

def deployment_type
  @deployment_type
end

#log_configurationTypes::LustreLogConfiguration

Returns the value of attribute log_configuration.



1033
1034
1035
# File 'sig/types.rbs', line 1033

def log_configuration
  @log_configuration
end

#metadata_configurationTypes::FileCacheLustreMetadataConfiguration

Returns the value of attribute metadata_configuration.



1032
1033
1034
# File 'sig/types.rbs', line 1032

def 
  
end

#mount_name::String

Returns the value of attribute mount_name.

Returns:

  • (::String)


1030
1031
1032
# File 'sig/types.rbs', line 1030

def mount_name
  @mount_name
end

#per_unit_storage_throughput::Integer

Returns the value of attribute per_unit_storage_throughput.

Returns:

  • (::Integer)


1028
1029
1030
# File 'sig/types.rbs', line 1028

def per_unit_storage_throughput
  @per_unit_storage_throughput
end

#weekly_maintenance_start_time::String

Returns the value of attribute weekly_maintenance_start_time.

Returns:

  • (::String)


1031
1032
1033
# File 'sig/types.rbs', line 1031

def weekly_maintenance_start_time
  @weekly_maintenance_start_time
end