Class: Aws::Types::ConfigurationTemplateDeliveryConfigValues

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#field_delimiter::String

Returns the value of attribute field_delimiter.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


143
144
145
# File 'sig/types.rbs', line 143

def record_fields
  @record_fields
end

#s3_delivery_configurationTypes::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