Class: Aws::Types::DeliveryDestination
- Inherits:
-
Object
- Object
- Aws::Types::DeliveryDestination
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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
#arn ⇒ ::String
Returns the value of attribute arn.
456 457 458 |
# File 'sig/types.rbs', line 456 def arn @arn end |
#delivery_destination_configuration ⇒ Types::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.
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.
455 456 457 |
# File 'sig/types.rbs', line 455 def name @name end |
#output_format ⇒ "json", ...
Returns the value of attribute output_format.
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.
460 461 462 |
# File 'sig/types.rbs', line 460 def @tags end |