Class: Aws::Types::ProviderConfig
- Inherits:
-
Object
- Object
- Aws::Types::ProviderConfig
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: MicrosoftPurview, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#microsoft_purview ⇒ Types::MicrosoftPurviewProviderConfig
Returns the value of attribute microsoft_purview.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#microsoft_purview ⇒ Types::MicrosoftPurviewProviderConfig
Returns the value of attribute microsoft_purview.
9320 9321 9322 |
# File 'sig/types.rbs', line 9320 def microsoft_purview @microsoft_purview end |
#unknown ⇒ Object
Returns the value of attribute unknown.
9321 9322 9323 |
# File 'sig/types.rbs', line 9321 def unknown @unknown end |