Class: Aws::Types::IngestionS3InputConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


574
575
576
# File 'sig/types.rbs', line 574

def bucket
  @bucket
end

#key_pattern::String

Returns the value of attribute key_pattern.

Returns:

  • (::String)


576
577
578
# File 'sig/types.rbs', line 576

def key_pattern
  @key_pattern
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


575
576
577
# File 'sig/types.rbs', line 575

def prefix
  @prefix
end