Class: Aws::Types::ConfigurationTemplateDeliveryConfigValues
- Inherits:
-
Object
- Object
- Aws::Types::ConfigurationTemplateDeliveryConfigValues
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
Instance Attribute Details
#field_delimiter ⇒ ::String
Returns the value of attribute field_delimiter.
144 145 146 |
# File 'sig/types.rbs', line 144 def field_delimiter @field_delimiter end |
#record_fields ⇒ ::Array[::String]
Returns the value of attribute record_fields.
143 144 145 |
# File 'sig/types.rbs', line 143 def record_fields @record_fields end |
#s3_delivery_configuration ⇒ Types::S3DeliveryConfiguration
Returns the value of attribute s3_delivery_configuration.
145 146 147 |
# File 'sig/types.rbs', line 145 def s3_delivery_configuration @s3_delivery_configuration end |