Class: Aws::Types::OneDriveConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#disable_local_groupsBoolean

Returns the value of attribute disable_local_groups.

Returns:

  • (Boolean)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


1517
1518
1519
# File 'sig/types.rbs', line 1517

def inclusion_patterns
  @inclusion_patterns
end

#one_drive_usersTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1514
1515
1516
# File 'sig/types.rbs', line 1514

def tenant_domain
  @tenant_domain
end