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.
1590 1591 1592 |
# File 'sig/types.rbs', line 1590 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.
1592 1593 1594 |
# File 'sig/types.rbs', line 1592 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.
1591 1592 1593 |
# File 'sig/types.rbs', line 1591 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.
1593 1594 1595 |
# File 'sig/types.rbs', line 1593 def desired_f_sx_lustre_deletion_policy @desired_f_sx_lustre_deletion_policy end |