Class: Aws::Types::StorageConfiguration

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

Defined Under Namespace

Classes: Efs, Fsx, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#efsTypes::EfsStorageConfiguration

Returns the value of attribute efs.



967
968
969
# File 'sig/types.rbs', line 967

def efs
  @efs
end

#fsxTypes::FsxStorageConfiguration

Returns the value of attribute fsx.



968
969
970
# File 'sig/types.rbs', line 968

def fsx
  @fsx
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


969
970
971
# File 'sig/types.rbs', line 969

def unknown
  @unknown
end