Class: Aws::Types::CreateFileCacheLustreConfiguration

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")


282
283
284
# File 'sig/types.rbs', line 282

def deployment_type
  @deployment_type
end

#metadata_configurationTypes::FileCacheLustreMetadataConfiguration

Returns the value of attribute metadata_configuration.



284
285
286
# File 'sig/types.rbs', line 284

def 
  @metadata_configuration
end

#per_unit_storage_throughput::Integer

Returns the value of attribute per_unit_storage_throughput.

Returns:

  • (::Integer)


281
282
283
# File 'sig/types.rbs', line 281

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)


283
284
285
# File 'sig/types.rbs', line 283

def weekly_maintenance_start_time
  @weekly_maintenance_start_time
end