Class: Aws::Types::MountSource

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

Defined Under Namespace

Classes: S3AccessPoint, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#s3_access_pointTypes::S3AccessPointSource

Returns the value of attribute s3_access_point.



3108
3109
3110
# File 'sig/types.rbs', line 3108

def s3_access_point
  @s3_access_point
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


3109
3110
3111
# File 'sig/types.rbs', line 3109

def unknown
  @unknown
end