Class: Aws::Types::S3Target

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_name::String

Returns the value of attribute connection_name.

Returns:

  • (::String)


6737
6738
6739
# File 'sig/types.rbs', line 6737

def connection_name
  @connection_name
end

#dlq_event_queue_arn::String

Returns the value of attribute dlq_event_queue_arn.

Returns:

  • (::String)


6740
6741
6742
# File 'sig/types.rbs', line 6740

def dlq_event_queue_arn
  @dlq_event_queue_arn
end

#event_queue_arn::String

Returns the value of attribute event_queue_arn.

Returns:

  • (::String)


6739
6740
6741
# File 'sig/types.rbs', line 6739

def event_queue_arn
  @event_queue_arn
end

#exclusions::Array[::String]

Returns the value of attribute exclusions.

Returns:

  • (::Array[::String])


6736
6737
6738
# File 'sig/types.rbs', line 6736

def exclusions
  @exclusions
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


6735
6736
6737
# File 'sig/types.rbs', line 6735

def path
  @path
end

#sample_size::Integer

Returns the value of attribute sample_size.

Returns:

  • (::Integer)


6738
6739
6740
# File 'sig/types.rbs', line 6738

def sample_size
  @sample_size
end