Class: Aws::Types::S3Target
- Inherits:
-
Object
- Object
- Aws::Types::S3Target
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
-
#dlq_event_queue_arn ⇒ ::String
Returns the value of attribute dlq_event_queue_arn.
-
#event_queue_arn ⇒ ::String
Returns the value of attribute event_queue_arn.
-
#exclusions ⇒ ::Array[::String]
Returns the value of attribute exclusions.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#sample_size ⇒ ::Integer
Returns the value of attribute sample_size.
Instance Attribute Details
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
6727 6728 6729 |
# File 'sig/types.rbs', line 6727 def connection_name @connection_name end |
#dlq_event_queue_arn ⇒ ::String
Returns the value of attribute dlq_event_queue_arn.
6730 6731 6732 |
# File 'sig/types.rbs', line 6730 def dlq_event_queue_arn @dlq_event_queue_arn end |
#event_queue_arn ⇒ ::String
Returns the value of attribute event_queue_arn.
6729 6730 6731 |
# File 'sig/types.rbs', line 6729 def event_queue_arn @event_queue_arn end |
#exclusions ⇒ ::Array[::String]
Returns the value of attribute exclusions.
6726 6727 6728 |
# File 'sig/types.rbs', line 6726 def exclusions @exclusions end |
#path ⇒ ::String
Returns the value of attribute path.
6725 6726 6727 |
# File 'sig/types.rbs', line 6725 def path @path end |
#sample_size ⇒ ::Integer
Returns the value of attribute sample_size.
6728 6729 6730 |
# File 'sig/types.rbs', line 6728 def sample_size @sample_size end |