Class: Aws::Types::ClusterSharedEnvironmentConfigDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#current_f_sx_lustre_configTypes::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.

Returns:

  • ("DeleteIfNotUsed", "Keep")


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_configTypes::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.

Returns:

  • ("DeleteIfNotUsed", "Keep")


1593
1594
1595
# File 'sig/types.rbs', line 1593

def desired_f_sx_lustre_deletion_policy
  @desired_f_sx_lustre_deletion_policy
end