Class: Aws::CloudWatchLogs::Types::PutAccountPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::PutAccountPolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_policy ⇒ Types::AccountPolicy
The account policy that you created.
Instance Attribute Details
#account_policy ⇒ Types::AccountPolicy
The account policy that you created.
3911 3912 3913 3914 3915 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3911 class PutAccountPolicyResponse < Struct.new( :account_policy) SENSITIVE = [] include Aws::Structure end |