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)


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

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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

def dry_run
  @dry_run
end

#encryption_configurationTypes::EncryptionConfiguration

Returns the value of attribute encryption_configuration.



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

def encryption_configuration
  @encryption_configuration
end

#firewall_policyTypes::FirewallPolicy

Returns the value of attribute firewall_policy.



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

def firewall_policy
  @firewall_policy
end

#firewall_policy_name::String

Returns the value of attribute firewall_policy_name.

Returns:

  • (::String)


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

def firewall_policy_name
  @firewall_policy_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



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

def tags
  @tags
end