Class: Aws::Types::IdentityProviderOAuthSetting
- Inherits:
-
Object
- Object
- Aws::Types::IdentityProviderOAuthSetting
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source_name ⇒ "SalesforceGenie", "Snowflake"
Returns the value of attribute data_source_name.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
-
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
Instance Attribute Details
#data_source_name ⇒ "SalesforceGenie", "Snowflake"
Returns the value of attribute data_source_name.
6490 6491 6492 |
# File 'sig/types.rbs', line 6490 def data_source_name @data_source_name end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
6492 6493 6494 |
# File 'sig/types.rbs', line 6492 def secret_arn @secret_arn end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
6491 6492 6493 |
# File 'sig/types.rbs', line 6491 def status @status end |