Class: Aws::Types::CreateDeliveryRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDeliveryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delivery_destination_arn ⇒ ::String
Returns the value of attribute delivery_destination_arn.
-
#delivery_source_name ⇒ ::String
Returns the value of attribute delivery_source_name.
-
#field_delimiter ⇒ ::String
Returns the value of attribute field_delimiter.
-
#record_fields ⇒ ::Array[::String]
Returns the value of attribute record_fields.
-
#s3_delivery_configuration ⇒ Types::S3DeliveryConfiguration
Returns the value of attribute s3_delivery_configuration.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#delivery_destination_arn ⇒ ::String
Returns the value of attribute delivery_destination_arn.
166 167 168 |
# File 'sig/types.rbs', line 166 def delivery_destination_arn @delivery_destination_arn end |
#delivery_source_name ⇒ ::String
Returns the value of attribute delivery_source_name.
165 166 167 |
# File 'sig/types.rbs', line 165 def delivery_source_name @delivery_source_name end |
#field_delimiter ⇒ ::String
Returns the value of attribute field_delimiter.
168 169 170 |
# File 'sig/types.rbs', line 168 def field_delimiter @field_delimiter end |
#record_fields ⇒ ::Array[::String]
Returns the value of attribute record_fields.
167 168 169 |
# File 'sig/types.rbs', line 167 def record_fields @record_fields end |
#s3_delivery_configuration ⇒ Types::S3DeliveryConfiguration
Returns the value of attribute s3_delivery_configuration.
169 170 171 |
# File 'sig/types.rbs', line 169 def s3_delivery_configuration @s3_delivery_configuration end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
170 171 172 |
# File 'sig/types.rbs', line 170 def @tags end |