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.



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.

Returns:

  • ("DeleteIfNotUsed", "Keep")


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

Returns:

  • ("DeleteIfNotUsed", "Keep")


1608
1609
1610
# File 'sig/types.rbs', line 1608

def desired_f_sx_lustre_deletion_policy
  @desired_f_sx_lustre_deletion_policy
end