Class: Aws::Types::FileCacheLustreConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::FileCacheLustreConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment_type ⇒ "CACHE_1"
Returns the value of attribute deployment_type.
-
#log_configuration ⇒ Types::LustreLogConfiguration
Returns the value of attribute log_configuration.
-
#metadata_configuration ⇒ Types::FileCacheLustreMetadataConfiguration
Returns the value of attribute metadata_configuration.
-
#mount_name ⇒ ::String
Returns the value of attribute mount_name.
-
#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.
1029 1030 1031 |
# File 'sig/types.rbs', line 1029 def deployment_type @deployment_type end |
#log_configuration ⇒ Types::LustreLogConfiguration
Returns the value of attribute log_configuration.
1033 1034 1035 |
# File 'sig/types.rbs', line 1033 def log_configuration @log_configuration end |
#metadata_configuration ⇒ Types::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.
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.
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.
1031 1032 1033 |
# File 'sig/types.rbs', line 1031 def weekly_maintenance_start_time @weekly_maintenance_start_time end |