Class: Aws::Types::S3DeltaSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_delta_options::Hash[::String, ::String]

Returns the value of attribute additional_delta_options.

Returns:

  • (::Hash[::String, ::String])


6584
6585
6586
# File 'sig/types.rbs', line 6584

def additional_delta_options
  @additional_delta_options
end

#additional_optionsTypes::S3DirectSourceAdditionalOptions

Returns the value of attribute additional_options.



6585
6586
6587
# File 'sig/types.rbs', line 6585

def additional_options
  @additional_options
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6582
6583
6584
# File 'sig/types.rbs', line 6582

def name
  @name
end

#output_schemas::Array[Types::GlueSchema]

Returns the value of attribute output_schemas.

Returns:



6586
6587
6588
# File 'sig/types.rbs', line 6586

def output_schemas
  @output_schemas
end

#paths::Array[::String]

Returns the value of attribute paths.

Returns:

  • (::Array[::String])


6583
6584
6585
# File 'sig/types.rbs', line 6583

def paths
  @paths
end