Class: Aws::Types::ListResourcesForWebACLRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#resource_type"APPLICATION_LOAD_BALANCER", "API_GATEWAY"

Returns the value of attribute resource_type.

Returns:

  • ("APPLICATION_LOAD_BALANCER", "API_GATEWAY")


751
752
753
# File 'sig/types.rbs', line 751

def resource_type
  @resource_type
end

#web_acl_id::String

Returns the value of attribute web_acl_id.

Returns:

  • (::String)


750
751
752
# File 'sig/types.rbs', line 750

def web_acl_id
  @web_acl_id
end