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.
8743 8744 8745 |
# File 'sig/types.rbs', line 8743 def auth_type @auth_type end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
8742 8743 8744 |
# File 'sig/types.rbs', line 8742 def client_id @client_id end |
#tenant_id ⇒ ::String
Returns the value of attribute tenant_id.
8741 8742 8743 |
# File 'sig/types.rbs', line 8741 def tenant_id @tenant_id end |