Class: Aws::Types::MicrosoftPurviewProviderConfig
- Inherits:
-
Object
- Object
- Aws::Types::MicrosoftPurviewProviderConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#credentials ⇒ Types::MicrosoftPurviewCredentials
Returns the value of attribute credentials.
-
#label_action_mappings ⇒ ::Array[Types::LabelActionMapping]
Returns the value of attribute label_action_mappings.
-
#unmapped_action ⇒ "ALLOW", ...
Returns the value of attribute unmapped_action.
Instance Attribute Details
#credentials ⇒ Types::MicrosoftPurviewCredentials
Returns the value of attribute credentials.
8479 8480 8481 |
# File 'sig/types.rbs', line 8479 def credentials @credentials end |
#label_action_mappings ⇒ ::Array[Types::LabelActionMapping]
Returns the value of attribute label_action_mappings.
8480 8481 8482 |
# File 'sig/types.rbs', line 8480 def label_action_mappings @label_action_mappings end |
#unmapped_action ⇒ "ALLOW", ...
Returns the value of attribute unmapped_action.
8481 8482 8483 |
# File 'sig/types.rbs', line 8481 def unmapped_action @unmapped_action end |