Class: Aws::Types::PutDeliveryDestinationRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutDeliveryDestinationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delivery_destination_configuration ⇒ Types::DeliveryDestinationConfiguration
Returns the value of attribute delivery_destination_configuration.
-
#delivery_destination_type ⇒ "S3", ...
Returns the value of attribute delivery_destination_type.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#output_format ⇒ "json", ...
Returns the value of attribute output_format.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#delivery_destination_configuration ⇒ Types::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.
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.
1770 1771 1772 |
# File 'sig/types.rbs', line 1770 def name @name end |
#output_format ⇒ "json", ...
Returns the value of attribute output_format.
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.
1774 1775 1776 |
# File 'sig/types.rbs', line 1774 def @tags end |