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)


2342
2343
2344
# File 'sig/types.rbs', line 2342

def field_delimiter
  @field_delimiter
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


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

def id
  @id
end

#record_fields::Array[::String]

Returns the value of attribute record_fields.

Returns:

  • (::Array[::String])


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

def record_fields
  @record_fields
end

#s3_delivery_configurationTypes::S3DeliveryConfiguration

Returns the value of attribute s3_delivery_configuration.



2343
2344
2345
# File 'sig/types.rbs', line 2343

def s3_delivery_configuration
  @s3_delivery_configuration
end