Class: Aws::Types::DeliveryDestination

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)


456
457
458
# File 'sig/types.rbs', line 456

def arn
  @arn
end

#delivery_destination_configurationTypes::DeliveryDestinationConfiguration

Returns the value of attribute delivery_destination_configuration.



459
460
461
# File 'sig/types.rbs', line 459

def delivery_destination_configuration
  @delivery_destination_configuration
end

#delivery_destination_type"S3", ...

Returns the value of attribute delivery_destination_type.

Returns:

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


457
458
459
# File 'sig/types.rbs', line 457

def delivery_destination_type
  @delivery_destination_type
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


455
456
457
# File 'sig/types.rbs', line 455

def name
  @name
end

#output_format"json", ...

Returns the value of attribute output_format.

Returns:

  • ("json", "plain", "w3c", "raw", "parquet")


458
459
460
# File 'sig/types.rbs', line 458

def output_format
  @output_format
end

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

Returns the value of attribute tags.

Returns:

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


460
461
462
# File 'sig/types.rbs', line 460

def tags
  @tags
end