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)


6764
6765
6766
# File 'sig/types.rbs', line 6764

def connection_name
  @connection_name
end

#dlq_event_queue_arn::String

Returns the value of attribute dlq_event_queue_arn.

Returns:

  • (::String)


6767
6768
6769
# File 'sig/types.rbs', line 6767

def dlq_event_queue_arn
  @dlq_event_queue_arn
end

#event_queue_arn::String

Returns the value of attribute event_queue_arn.

Returns:

  • (::String)


6766
6767
6768
# File 'sig/types.rbs', line 6766

def event_queue_arn
  @event_queue_arn
end

#exclusions::Array[::String]

Returns the value of attribute exclusions.

Returns:

  • (::Array[::String])


6763
6764
6765
# File 'sig/types.rbs', line 6763

def exclusions
  @exclusions
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


6762
6763
6764
# File 'sig/types.rbs', line 6762

def path
  @path
end

#sample_size::Integer

Returns the value of attribute sample_size.

Returns:

  • (::Integer)


6765
6766
6767
# File 'sig/types.rbs', line 6765

def sample_size
  @sample_size
end