Class: Aws::CloudWatchLogs::Types::Policy

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb

Overview

A structure that contains information about one delivery destination policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_destination_policyString

The contents of the delivery destination policy.

Returns:

  • (String)


3750
3751
3752
3753
3754
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 3750

class Policy < Struct.new(
  :delivery_destination_policy)
  SENSITIVE = []
  include Aws::Structure
end