Class: Aws::Types::WafConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


778
779
780
# File 'sig/types.rbs', line 778

def status_reason
  @status_reason
end

#waf_status"ASSOCIATING", ...

Returns the value of attribute waf_status.

Returns:

  • ("ASSOCIATING", "ASSOCIATION_FAILED", "ASSOCIATION_SUCCESS", "DISASSOCIATING", "DISASSOCIATION_FAILED")


777
778
779
# File 'sig/types.rbs', line 777

def waf_status
  @waf_status
end

#web_acl_arn::String

Returns the value of attribute web_acl_arn.

Returns:

  • (::String)


776
777
778
# File 'sig/types.rbs', line 776

def web_acl_arn
  @web_acl_arn
end