Class: Aws::Types::PutDeliveryDestinationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_destination_configurationTypes::DeliveryDestinationConfiguration

Returns the value of attribute delivery_destination_configuration.



1772
1773
1774
# File 'sig/types.rbs', line 1772

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")


1773
1774
1775
# File 'sig/types.rbs', line 1773

def delivery_destination_type
  @delivery_destination_type
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1770
1771
1772
# File 'sig/types.rbs', line 1770

def name
  @name
end

#output_format"json", ...

Returns the value of attribute output_format.

Returns:

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


1771
1772
1773
# File 'sig/types.rbs', line 1771

def output_format
  @output_format
end

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

Returns the value of attribute tags.

Returns:

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


1774
1775
1776
# File 'sig/types.rbs', line 1774

def tags
  @tags
end