Class: Aws::Types::StartImportFileEnrichmentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


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.

Returns:

  • ("STATIC", "DYNAMIC")


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