Class: Aws::Types::SalesforceMetadata
- Inherits:
-
Object
- Object
- Aws::Types::SalesforceMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_transfer_apis ⇒ ::Array[("AUTOMATIC" | "BULKV2" | "REST_SYNC")]
Returns the value of attribute data_transfer_apis.
-
#o_auth_scopes ⇒ ::Array[::String]
Returns the value of attribute o_auth_scopes.
-
#oauth2_grant_types_supported ⇒ ::Array[("CLIENT_CREDENTIALS" | "AUTHORIZATION_CODE" | "JWT_BEARER")]
Returns the value of attribute oauth2_grant_types_supported.
Instance Attribute Details
#data_transfer_apis ⇒ ::Array[("AUTOMATIC" | "BULKV2" | "REST_SYNC")]
Returns the value of attribute data_transfer_apis.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def data_transfer_apis @data_transfer_apis end |
#o_auth_scopes ⇒ ::Array[::String]
Returns the value of attribute o_auth_scopes.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def o_auth_scopes @o_auth_scopes end |
#oauth2_grant_types_supported ⇒ ::Array[("CLIENT_CREDENTIALS" | "AUTHORIZATION_CODE" | "JWT_BEARER")]
Returns the value of attribute oauth2_grant_types_supported.
1110 1111 1112 |
# File 'sig/types.rbs', line 1110 def oauth2_grant_types_supported @oauth2_grant_types_supported end |