Class: Aws::FMS::Types::PutPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::PutPolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ Types::Policy
The details of the Firewall Manager policy to be created.
-
#tag_list ⇒ Array<Types::Tag>
The tags to add to the Amazon Web Services resource.
Instance Attribute Details
#policy ⇒ Types::Policy
The details of the Firewall Manager policy to be created.
4019 4020 4021 4022 4023 4024 |
# File 'lib/aws-sdk-fms/types.rb', line 4019 class PutPolicyRequest < Struct.new( :policy, :tag_list) SENSITIVE = [] include Aws::Structure end |
#tag_list ⇒ Array<Types::Tag>
The tags to add to the Amazon Web Services resource.
4019 4020 4021 4022 4023 4024 |
# File 'lib/aws-sdk-fms/types.rb', line 4019 class PutPolicyRequest < Struct.new( :policy, :tag_list) SENSITIVE = [] include Aws::Structure end |