Class: Aws::Types::GoogleDriveConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::GoogleDriveConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#exclude_mime_types ⇒ ::Array[::String]
Returns the value of attribute exclude_mime_types.
-
#exclude_shared_drives ⇒ ::Array[::String]
Returns the value of attribute exclude_shared_drives.
-
#exclude_user_accounts ⇒ ::Array[::String]
Returns the value of attribute exclude_user_accounts.
-
#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.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
Instance Attribute Details
#exclude_mime_types ⇒ ::Array[::String]
Returns the value of attribute exclude_mime_types.
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.
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.
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.
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.
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.
1203 1204 1205 |
# File 'sig/types.rbs', line 1203 def secret_arn @secret_arn end |