Class: Aws::Types::Delivery

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


443
444
445
# File 'sig/types.rbs', line 443

def arn
  @arn
end

#delivery_destination_arn::String

Returns the value of attribute delivery_destination_arn.

Returns:

  • (::String)


445
446
447
# File 'sig/types.rbs', line 445

def delivery_destination_arn
  @delivery_destination_arn
end

#delivery_destination_type"S3", ...

Returns the value of attribute delivery_destination_type.

Returns:

  • ("S3", "CWL", "FH", "XRAY")


446
447
448
# File 'sig/types.rbs', line 446

def delivery_destination_type
  @delivery_destination_type
end

#delivery_source_name::String

Returns the value of attribute delivery_source_name.

Returns:

  • (::String)


444
445
446
# File 'sig/types.rbs', line 444

def delivery_source_name
  @delivery_source_name
end

#field_delimiter::String

Returns the value of attribute field_delimiter.

Returns:

  • (::String)


448
449
450
# File 'sig/types.rbs', line 448

def field_delimiter
  @field_delimiter
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


442
443
444
# File 'sig/types.rbs', line 442

def id
  @id
end

#record_fields::Array[::String]

Returns the value of attribute record_fields.

Returns:

  • (::Array[::String])


447
448
449
# File 'sig/types.rbs', line 447

def record_fields
  @record_fields
end

#s3_delivery_configurationTypes::S3DeliveryConfiguration

Returns the value of attribute s3_delivery_configuration.



449
450
451
# File 'sig/types.rbs', line 449

def s3_delivery_configuration
  @s3_delivery_configuration
end

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

Returns the value of attribute tags.

Returns:

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


450
451
452
# File 'sig/types.rbs', line 450

def tags
  @tags
end