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)


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

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)


878
879
880
# File 'sig/types.rbs', line 878

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)


877
878
879
# File 'sig/types.rbs', line 877

def consumed_stateless_rule_capacity
  @consumed_stateless_rule_capacity
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


874
875
876
# File 'sig/types.rbs', line 874

def description
  @description
end

#encryption_configurationTypes::EncryptionConfiguration

Returns the value of attribute encryption_configuration.



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

def encryption_configuration
  @encryption_configuration
end

#firewall_policy_arn::String

Returns the value of attribute firewall_policy_arn.

Returns:

  • (::String)


872
873
874
# File 'sig/types.rbs', line 872

def firewall_policy_arn
  @firewall_policy_arn
end

#firewall_policy_id::String

Returns the value of attribute firewall_policy_id.

Returns:

  • (::String)


873
874
875
# File 'sig/types.rbs', line 873

def firewall_policy_id
  @firewall_policy_id
end

#firewall_policy_name::String

Returns the value of attribute firewall_policy_name.

Returns:

  • (::String)


871
872
873
# File 'sig/types.rbs', line 871

def firewall_policy_name
  @firewall_policy_name
end

#firewall_policy_status"ACTIVE", ...

Returns the value of attribute firewall_policy_status.

Returns:

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


875
876
877
# File 'sig/types.rbs', line 875

def firewall_policy_status
  @firewall_policy_status
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


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

def last_modified_time
  @last_modified_time
end

#number_of_associations::Integer

Returns the value of attribute number_of_associations.

Returns:

  • (::Integer)


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

def number_of_associations
  @number_of_associations
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



876
877
878
# File 'sig/types.rbs', line 876

def tags
  @tags
end