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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3468
3469
3470
3471
3472
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3468

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