Class: Aws::Types::MountSource
- Inherits:
-
Object
- Object
- Aws::Types::MountSource
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: S3AccessPoint, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_access_point ⇒ Types::S3AccessPointSource
Returns the value of attribute s3_access_point.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#s3_access_point ⇒ Types::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 |
#unknown ⇒ Object
Returns the value of attribute unknown.
3109 3110 3111 |
# File 'sig/types.rbs', line 3109 def unknown @unknown end |