Class: Aws::Types::S3JobManifestGenerator

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enable_manifest_outputBoolean

Returns the value of attribute enable_manifest_output.

Returns:

  • (Boolean)


1790
1791
1792
# File 'sig/types.rbs', line 1790

def enable_manifest_output
  @enable_manifest_output
end

#expected_bucket_owner::String

Returns the value of attribute expected_bucket_owner.

Returns:

  • (::String)


1786
1787
1788
# File 'sig/types.rbs', line 1786

def expected_bucket_owner
  @expected_bucket_owner
end

#filterTypes::JobManifestGeneratorFilter

Returns the value of attribute filter.



1789
1790
1791
# File 'sig/types.rbs', line 1789

def filter
  @filter
end

#manifest_output_locationTypes::S3ManifestOutputLocation

Returns the value of attribute manifest_output_location.



1788
1789
1790
# File 'sig/types.rbs', line 1788

def manifest_output_location
  @manifest_output_location
end

#source_bucket::String

Returns the value of attribute source_bucket.

Returns:

  • (::String)


1787
1788
1789
# File 'sig/types.rbs', line 1787

def source_bucket
  @source_bucket
end