Class: Aws::Types::CreateFirewallPolicyRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


202
203
204
# File 'sig/types.rbs', line 202

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


204
205
206
# File 'sig/types.rbs', line 204

def dry_run
  @dry_run
end

#encryption_configurationTypes::EncryptionConfiguration

Returns the value of attribute encryption_configuration.



205
206
207
# File 'sig/types.rbs', line 205

def encryption_configuration
  @encryption_configuration
end

#firewall_policyTypes::FirewallPolicy

Returns the value of attribute firewall_policy.



201
202
203
# File 'sig/types.rbs', line 201

def firewall_policy
  @firewall_policy
end

#firewall_policy_name::String

Returns the value of attribute firewall_policy_name.

Returns:

  • (::String)


200
201
202
# File 'sig/types.rbs', line 200

def firewall_policy_name
  @firewall_policy_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



203
204
205
# File 'sig/types.rbs', line 203

def tags
  @tags
end