Class: Aws::FMS::Types::PutPolicyRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policyTypes::Policy

The details of the Firewall Manager policy to be created.

Returns:



3603
3604
3605
3606
3607
3608
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 3603

class PutPolicyRequest < Struct.new(
  :policy,
  :tag_list)
  SENSITIVE = []
  include Aws::Structure
end

#tag_listArray<Types::Tag>

The tags to add to the Amazon Web Services resource.

Returns:



3603
3604
3605
3606
3607
3608
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 3603

class PutPolicyRequest < Struct.new(
  :policy,
  :tag_list)
  SENSITIVE = []
  include Aws::Structure
end