Class: Aws::Types::ConcatenationSink
- Inherits:
-
Object
- Object
- Aws::Types::ConcatenationSink
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_bucket_sink_configuration ⇒ Types::S3BucketSinkConfiguration
Returns the value of attribute s3_bucket_sink_configuration.
-
#type ⇒ "S3Bucket"
Returns the value of attribute type.
Instance Attribute Details
#s3_bucket_sink_configuration ⇒ Types::S3BucketSinkConfiguration
Returns the value of attribute s3_bucket_sink_configuration.
130 131 132 |
# File 'sig/types.rbs', line 130 def s3_bucket_sink_configuration @s3_bucket_sink_configuration end |
#type ⇒ "S3Bucket"
Returns the value of attribute type.
129 130 131 |
# File 'sig/types.rbs', line 129 def type @type end |