Class: Aws::CloudWatchLogs::Types::PutAccountPolicyResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_policyTypes::AccountPolicy

The account policy that you created.



3612
3613
3614
3615
3616
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3612

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