Class: Aws::Types::CreateFileCacheLustreConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CreateFileCacheLustreConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment_type ⇒ "CACHE_1"
Returns the value of attribute deployment_type.
-
#metadata_configuration ⇒ Types::FileCacheLustreMetadataConfiguration
Returns the value of attribute metadata_configuration.
-
#per_unit_storage_throughput ⇒ ::Integer
Returns the value of attribute per_unit_storage_throughput.
-
#weekly_maintenance_start_time ⇒ ::String
Returns the value of attribute weekly_maintenance_start_time.
Instance Attribute Details
#deployment_type ⇒ "CACHE_1"
Returns the value of attribute deployment_type.
282 283 284 |
# File 'sig/types.rbs', line 282 def deployment_type @deployment_type end |
#metadata_configuration ⇒ Types::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.
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.
283 284 285 |
# File 'sig/types.rbs', line 283 def weekly_maintenance_start_time @weekly_maintenance_start_time end |