Class: Aws::Types::FsxConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::FsxConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#exclusion_patterns ⇒ ::Array[::String]
Returns the value of attribute exclusion_patterns.
-
#field_mappings ⇒ ::Array[Types::DataSourceToIndexFieldMapping]
Returns the value of attribute field_mappings.
-
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
-
#file_system_type ⇒ "WINDOWS"
Returns the value of attribute file_system_type.
-
#inclusion_patterns ⇒ ::Array[::String]
Returns the value of attribute inclusion_patterns.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
-
#vpc_configuration ⇒ Types::DataSourceVpcConfiguration
Returns the value of attribute vpc_configuration.
Instance Attribute Details
#exclusion_patterns ⇒ ::Array[::String]
Returns the value of attribute exclusion_patterns.
1128 1129 1130 |
# File 'sig/types.rbs', line 1128 def exclusion_patterns @exclusion_patterns end |
#field_mappings ⇒ ::Array[Types::DataSourceToIndexFieldMapping]
Returns the value of attribute field_mappings.
1129 1130 1131 |
# File 'sig/types.rbs', line 1129 def field_mappings @field_mappings end |
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
1123 1124 1125 |
# File 'sig/types.rbs', line 1123 def file_system_id @file_system_id end |
#file_system_type ⇒ "WINDOWS"
Returns the value of attribute file_system_type.
1124 1125 1126 |
# File 'sig/types.rbs', line 1124 def file_system_type @file_system_type end |
#inclusion_patterns ⇒ ::Array[::String]
Returns the value of attribute inclusion_patterns.
1127 1128 1129 |
# File 'sig/types.rbs', line 1127 def inclusion_patterns @inclusion_patterns end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
1126 1127 1128 |
# File 'sig/types.rbs', line 1126 def secret_arn @secret_arn end |
#vpc_configuration ⇒ Types::DataSourceVpcConfiguration
Returns the value of attribute vpc_configuration.
1125 1126 1127 |
# File 'sig/types.rbs', line 1125 def vpc_configuration @vpc_configuration end |