Class: Aws::Types::OneDriveConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::OneDriveConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#disable_local_groups ⇒ Boolean
Returns the value of attribute disable_local_groups.
-
#exclusion_patterns ⇒ ::Array[::String]
Returns the value of attribute exclusion_patterns.
-
#field_mappings ⇒ ::Array[Types::DataSourceToIndexFieldMapping]
Returns the value of attribute field_mappings.
-
#inclusion_patterns ⇒ ::Array[::String]
Returns the value of attribute inclusion_patterns.
-
#one_drive_users ⇒ Types::OneDriveUsers
Returns the value of attribute one_drive_users.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
-
#tenant_domain ⇒ ::String
Returns the value of attribute tenant_domain.
Instance Attribute Details
#disable_local_groups ⇒ Boolean
Returns the value of attribute disable_local_groups.
1520 1521 1522 |
# File 'sig/types.rbs', line 1520 def disable_local_groups @disable_local_groups end |
#exclusion_patterns ⇒ ::Array[::String]
Returns the value of attribute exclusion_patterns.
1518 1519 1520 |
# File 'sig/types.rbs', line 1518 def exclusion_patterns @exclusion_patterns end |
#field_mappings ⇒ ::Array[Types::DataSourceToIndexFieldMapping]
Returns the value of attribute field_mappings.
1519 1520 1521 |
# File 'sig/types.rbs', line 1519 def field_mappings @field_mappings end |
#inclusion_patterns ⇒ ::Array[::String]
Returns the value of attribute inclusion_patterns.
1517 1518 1519 |
# File 'sig/types.rbs', line 1517 def inclusion_patterns @inclusion_patterns end |
#one_drive_users ⇒ Types::OneDriveUsers
Returns the value of attribute one_drive_users.
1516 1517 1518 |
# File 'sig/types.rbs', line 1516 def one_drive_users @one_drive_users end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
1515 1516 1517 |
# File 'sig/types.rbs', line 1515 def secret_arn @secret_arn end |
#tenant_domain ⇒ ::String
Returns the value of attribute tenant_domain.
1514 1515 1516 |
# File 'sig/types.rbs', line 1514 def tenant_domain @tenant_domain end |