Class: Aws::Types::CreateDeliveryRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_destination_arn::String

Returns the value of attribute delivery_destination_arn.

Returns:

  • (::String)


166
167
168
# File 'sig/types.rbs', line 166

def delivery_destination_arn
  @delivery_destination_arn
end

#delivery_source_name::String

Returns the value of attribute delivery_source_name.

Returns:

  • (::String)


165
166
167
# File 'sig/types.rbs', line 165

def delivery_source_name
  @delivery_source_name
end

#field_delimiter::String

Returns the value of attribute field_delimiter.

Returns:

  • (::String)


168
169
170
# File 'sig/types.rbs', line 168

def field_delimiter
  @field_delimiter
end

#record_fields::Array[::String]

Returns the value of attribute record_fields.

Returns:

  • (::Array[::String])


167
168
169
# File 'sig/types.rbs', line 167

def record_fields
  @record_fields
end

#s3_delivery_configurationTypes::S3DeliveryConfiguration

Returns the value of attribute s3_delivery_configuration.



169
170
171
# File 'sig/types.rbs', line 169

def s3_delivery_configuration
  @s3_delivery_configuration
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


170
171
172
# File 'sig/types.rbs', line 170

def tags
  @tags
end