Class: Aws::Types::ManifestConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action"TRANSFER"

Returns the value of attribute action.

Returns:

  • ("TRANSFER")


729
730
731
# File 'sig/types.rbs', line 729

def action
  @action
end

#format"CSV"

Returns the value of attribute format.

Returns:

  • ("CSV")


730
731
732
# File 'sig/types.rbs', line 730

def format
  @format
end

#sourceTypes::SourceManifestConfig

Returns the value of attribute source.



731
732
733
# File 'sig/types.rbs', line 731

def source
  @source
end