Class: Aws::Types::UpdateDeliveryConfigurationRequest

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)


2340
2341
2342
# File 'sig/types.rbs', line 2340

def field_delimiter
  @field_delimiter
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2338
2339
2340
# File 'sig/types.rbs', line 2338

def id
  @id
end

#record_fields::Array[::String]

Returns the value of attribute record_fields.

Returns:

  • (::Array[::String])


2339
2340
2341
# File 'sig/types.rbs', line 2339

def record_fields
  @record_fields
end

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