Class: Aws::Types::UpdateDeliveryConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDeliveryConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_delimiter ⇒ ::String
Returns the value of attribute field_delimiter.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#record_fields ⇒ ::Array[::String]
Returns the value of attribute record_fields.
-
#s3_delivery_configuration ⇒ Types::S3DeliveryConfiguration
Returns the value of attribute s3_delivery_configuration.
Instance Attribute Details
#field_delimiter ⇒ ::String
Returns the value of attribute field_delimiter.
2340 2341 2342 |
# File 'sig/types.rbs', line 2340 def field_delimiter @field_delimiter end |
#id ⇒ ::String
Returns the value of attribute id.
2338 2339 2340 |
# File 'sig/types.rbs', line 2338 def id @id end |
#record_fields ⇒ ::Array[::String]
Returns the value of attribute record_fields.
2339 2340 2341 |
# File 'sig/types.rbs', line 2339 def record_fields @record_fields end |
#s3_delivery_configuration ⇒ Types::S3DeliveryConfiguration
Returns the value of attribute s3_delivery_configuration.
2341 2342 2343 |
# File 'sig/types.rbs', line 2341 def s3_delivery_configuration @s3_delivery_configuration end |