Class: Aws::Types::ClusterSharedEnvironmentConfigDetails
- Inherits:
-
Object
- Object
- Aws::Types::ClusterSharedEnvironmentConfigDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_f_sx_lustre_config ⇒ Types::FSxLustreConfig
Returns the value of attribute current_f_sx_lustre_config.
-
#current_f_sx_lustre_deletion_policy ⇒ "DeleteIfNotUsed", "Keep"
Returns the value of attribute current_f_sx_lustre_deletion_policy.
-
#desired_f_sx_lustre_config ⇒ Types::FSxLustreConfig
Returns the value of attribute desired_f_sx_lustre_config.
-
#desired_f_sx_lustre_deletion_policy ⇒ "DeleteIfNotUsed", "Keep"
Returns the value of attribute desired_f_sx_lustre_deletion_policy.
Instance Attribute Details
#current_f_sx_lustre_config ⇒ Types::FSxLustreConfig
Returns the value of attribute current_f_sx_lustre_config.
1605 1606 1607 |
# File 'sig/types.rbs', line 1605 def current_f_sx_lustre_config @current_f_sx_lustre_config end |
#current_f_sx_lustre_deletion_policy ⇒ "DeleteIfNotUsed", "Keep"
Returns the value of attribute current_f_sx_lustre_deletion_policy.
1607 1608 1609 |
# File 'sig/types.rbs', line 1607 def current_f_sx_lustre_deletion_policy @current_f_sx_lustre_deletion_policy end |
#desired_f_sx_lustre_config ⇒ Types::FSxLustreConfig
Returns the value of attribute desired_f_sx_lustre_config.
1606 1607 1608 |
# File 'sig/types.rbs', line 1606 def desired_f_sx_lustre_config @desired_f_sx_lustre_config end |
#desired_f_sx_lustre_deletion_policy ⇒ "DeleteIfNotUsed", "Keep"
Returns the value of attribute desired_f_sx_lustre_deletion_policy.
1608 1609 1610 |
# File 'sig/types.rbs', line 1608 def desired_f_sx_lustre_deletion_policy @desired_f_sx_lustre_deletion_policy end |