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.
6435 6436 6437 |
# File 'sig/types.rbs', line 6435 def data_source_name @data_source_name end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
6437 6438 6439 |
# File 'sig/types.rbs', line 6437 def secret_arn @secret_arn end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
6436 6437 6438 |
# File 'sig/types.rbs', line 6436 def status @status end |