Class: Aws::Types::GoogleDriveConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#exclude_mime_types::Array[::String]

Returns the value of attribute exclude_mime_types.

Returns:

  • (::Array[::String])


1207
1208
1209
# File 'sig/types.rbs', line 1207

def exclude_mime_types
  @exclude_mime_types
end

#exclude_shared_drives::Array[::String]

Returns the value of attribute exclude_shared_drives.

Returns:

  • (::Array[::String])


1209
1210
1211
# File 'sig/types.rbs', line 1209

def exclude_shared_drives
  @exclude_shared_drives
end

#exclude_user_accounts::Array[::String]

Returns the value of attribute exclude_user_accounts.

Returns:

  • (::Array[::String])


1208
1209
1210
# File 'sig/types.rbs', line 1208

def exclude_user_accounts
  @exclude_user_accounts
end

#exclusion_patterns::Array[::String]

Returns the value of attribute exclusion_patterns.

Returns:

  • (::Array[::String])


1205
1206
1207
# File 'sig/types.rbs', line 1205

def exclusion_patterns
  @exclusion_patterns
end

#field_mappings::Array[Types::DataSourceToIndexFieldMapping]

Returns the value of attribute field_mappings.



1206
1207
1208
# File 'sig/types.rbs', line 1206

def field_mappings
  @field_mappings
end

#inclusion_patterns::Array[::String]

Returns the value of attribute inclusion_patterns.

Returns:

  • (::Array[::String])


1204
1205
1206
# File 'sig/types.rbs', line 1204

def inclusion_patterns
  @inclusion_patterns
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


1203
1204
1205
# File 'sig/types.rbs', line 1203

def secret_arn
  @secret_arn
end