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.
6450 6451 6452 |
# File 'sig/types.rbs', line 6450 def data_source_name @data_source_name end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
6452 6453 6454 |
# File 'sig/types.rbs', line 6452 def secret_arn @secret_arn end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
6451 6452 6453 |
# File 'sig/types.rbs', line 6451 def status @status end |