Class: Aws::Types::OneDriveParameters
- Inherits:
-
Object
- Object
- Aws::Types::OneDriveParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_type ⇒ "THREE_LEGGED_OAUTH", ...
Returns the value of attribute auth_type.
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#tenant_id ⇒ ::String
Returns the value of attribute tenant_id.
Instance Attribute Details
#auth_type ⇒ "THREE_LEGGED_OAUTH", ...
Returns the value of attribute auth_type.
8392 8393 8394 |
# File 'sig/types.rbs', line 8392 def auth_type @auth_type end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
8391 8392 8393 |
# File 'sig/types.rbs', line 8391 def client_id @client_id end |
#tenant_id ⇒ ::String
Returns the value of attribute tenant_id.
8390 8391 8392 |
# File 'sig/types.rbs', line 8390 def tenant_id @tenant_id end |