Class: Aws::Types::CreateImportTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateImportTaskRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#import_filter ⇒ Types::ImportFilter
Returns the value of attribute import_filter.
-
#import_role_arn ⇒ ::String
Returns the value of attribute import_role_arn.
-
#import_source_arn ⇒ ::String
Returns the value of attribute import_source_arn.
Instance Attribute Details
#import_filter ⇒ Types::ImportFilter
Returns the value of attribute import_filter.
198 199 200 |
# File 'sig/types.rbs', line 198 def import_filter @import_filter end |
#import_role_arn ⇒ ::String
Returns the value of attribute import_role_arn.
197 198 199 |
# File 'sig/types.rbs', line 197 def import_role_arn @import_role_arn end |
#import_source_arn ⇒ ::String
Returns the value of attribute import_source_arn.
196 197 198 |
# File 'sig/types.rbs', line 196 def import_source_arn @import_source_arn end |