Class: Aws::Types::AwsNetworkFirewallFirewallDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#delete_protectionBoolean

Returns the value of attribute delete_protection.

Returns:

  • (Boolean)


3254
3255
3256
# File 'sig/types.rbs', line 3254

def delete_protection
  @delete_protection
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3255
3256
3257
# File 'sig/types.rbs', line 3255

def description
  @description
end

#firewall_arn::String

Returns the value of attribute firewall_arn.

Returns:

  • (::String)


3256
3257
3258
# File 'sig/types.rbs', line 3256

def firewall_arn
  @firewall_arn
end

#firewall_id::String

Returns the value of attribute firewall_id.

Returns:

  • (::String)


3257
3258
3259
# File 'sig/types.rbs', line 3257

def firewall_id
  @firewall_id
end

#firewall_name::String

Returns the value of attribute firewall_name.

Returns:

  • (::String)


3258
3259
3260
# File 'sig/types.rbs', line 3258

def firewall_name
  @firewall_name
end

#firewall_policy_arn::String

Returns the value of attribute firewall_policy_arn.

Returns:

  • (::String)


3259
3260
3261
# File 'sig/types.rbs', line 3259

def firewall_policy_arn
  @firewall_policy_arn
end

#firewall_policy_change_protectionBoolean

Returns the value of attribute firewall_policy_change_protection.

Returns:

  • (Boolean)


3260
3261
3262
# File 'sig/types.rbs', line 3260

def firewall_policy_change_protection
  @firewall_policy_change_protection
end

#subnet_change_protectionBoolean

Returns the value of attribute subnet_change_protection.

Returns:

  • (Boolean)


3261
3262
3263
# File 'sig/types.rbs', line 3261

def subnet_change_protection
  @subnet_change_protection
end

#subnet_mappings::Array[Types::AwsNetworkFirewallFirewallSubnetMappingsDetails]

Returns the value of attribute subnet_mappings.



3262
3263
3264
# File 'sig/types.rbs', line 3262

def subnet_mappings
  @subnet_mappings
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


3263
3264
3265
# File 'sig/types.rbs', line 3263

def vpc_id
  @vpc_id
end