Class: Aws::Types::StartImportFileEnrichmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartImportFileEnrichmentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#ip_assignment_strategy ⇒ "STATIC", "DYNAMIC"
Returns the value of attribute ip_assignment_strategy.
-
#s3_bucket_source ⇒ Types::EnrichmentSourceS3Configuration
Returns the value of attribute s3_bucket_source.
-
#s3_bucket_target ⇒ Types::EnrichmentTargetS3Configuration
Returns the value of attribute s3_bucket_target.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1795 1796 1797 |
# File 'sig/types.rbs', line 1795 def client_token @client_token end |
#ip_assignment_strategy ⇒ "STATIC", "DYNAMIC"
Returns the value of attribute ip_assignment_strategy.
1798 1799 1800 |
# File 'sig/types.rbs', line 1798 def ip_assignment_strategy @ip_assignment_strategy end |
#s3_bucket_source ⇒ Types::EnrichmentSourceS3Configuration
Returns the value of attribute s3_bucket_source.
1796 1797 1798 |
# File 'sig/types.rbs', line 1796 def s3_bucket_source @s3_bucket_source end |
#s3_bucket_target ⇒ Types::EnrichmentTargetS3Configuration
Returns the value of attribute s3_bucket_target.
1797 1798 1799 |
# File 'sig/types.rbs', line 1797 def s3_bucket_target @s3_bucket_target end |