Class: Aws::Types::OneDriveUsers
- Inherits:
-
Object
- Object
- Aws::Types::OneDriveUsers
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#one_drive_user_list ⇒ ::Array[::String]
Returns the value of attribute one_drive_user_list.
-
#one_drive_user_s3_path ⇒ Types::S3Path
Returns the value of attribute one_drive_user_s3_path.
Instance Attribute Details
#one_drive_user_list ⇒ ::Array[::String]
Returns the value of attribute one_drive_user_list.
1525 1526 1527 |
# File 'sig/types.rbs', line 1525 def one_drive_user_list @one_drive_user_list end |
#one_drive_user_s3_path ⇒ Types::S3Path
Returns the value of attribute one_drive_user_s3_path.
1526 1527 1528 |
# File 'sig/types.rbs', line 1526 def one_drive_user_s3_path @one_drive_user_s3_path end |