Class: Aws::CloudWatchLogs::Types::GetDeliveryDestinationPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::GetDeliveryDestinationPolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delivery_destination_name ⇒ String
The name of the delivery destination that you want to retrieve the policy of.
Instance Attribute Details
#delivery_destination_name ⇒ String
The name of the delivery destination that you want to retrieve the policy of.
2479 2480 2481 2482 2483 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2479 class GetDeliveryDestinationPolicyRequest < Struct.new( :delivery_destination_name) SENSITIVE = [] include Aws::Structure end |