Class: Aws::Types::FirewallPolicyResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#consumed_stateful_domain_capacity::Integer

Returns the value of attribute consumed_stateful_domain_capacity.

Returns:

  • (::Integer)


888
889
890
# File 'sig/types.rbs', line 888

def consumed_stateful_domain_capacity
  @consumed_stateful_domain_capacity
end

#consumed_stateful_rule_capacity::Integer

Returns the value of attribute consumed_stateful_rule_capacity.

Returns:

  • (::Integer)


887
888
889
# File 'sig/types.rbs', line 887

def consumed_stateful_rule_capacity
  @consumed_stateful_rule_capacity
end

#consumed_stateless_rule_capacity::Integer

Returns the value of attribute consumed_stateless_rule_capacity.

Returns:

  • (::Integer)


886
887
888
# File 'sig/types.rbs', line 886

def consumed_stateless_rule_capacity
  @consumed_stateless_rule_capacity
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


883
884
885
# File 'sig/types.rbs', line 883

def description
  @description
end

#encryption_configurationTypes::EncryptionConfiguration

Returns the value of attribute encryption_configuration.



890
891
892
# File 'sig/types.rbs', line 890

def encryption_configuration
  @encryption_configuration
end

#firewall_policy_arn::String

Returns the value of attribute firewall_policy_arn.

Returns:

  • (::String)


881
882
883
# File 'sig/types.rbs', line 881

def firewall_policy_arn
  @firewall_policy_arn
end

#firewall_policy_id::String

Returns the value of attribute firewall_policy_id.

Returns:

  • (::String)


882
883
884
# File 'sig/types.rbs', line 882

def firewall_policy_id
  @firewall_policy_id
end

#firewall_policy_name::String

Returns the value of attribute firewall_policy_name.

Returns:

  • (::String)


880
881
882
# File 'sig/types.rbs', line 880

def firewall_policy_name
  @firewall_policy_name
end

#firewall_policy_status"ACTIVE", ...

Returns the value of attribute firewall_policy_status.

Returns:

  • ("ACTIVE", "DELETING", "ERROR")


884
885
886
# File 'sig/types.rbs', line 884

def firewall_policy_status
  @firewall_policy_status
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


891
892
893
# File 'sig/types.rbs', line 891

def last_modified_time
  @last_modified_time
end

#number_of_associations::Integer

Returns the value of attribute number_of_associations.

Returns:

  • (::Integer)


889
890
891
# File 'sig/types.rbs', line 889

def number_of_associations
  @number_of_associations
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



885
886
887
# File 'sig/types.rbs', line 885

def tags
  @tags
end