Class: Aws::Types::GetWebACLResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_integration_url::String

Returns the value of attribute application_integration_url.

Returns:

  • (::String)


802
803
804
# File 'sig/types.rbs', line 802

def application_integration_url
  @application_integration_url
end

#lock_token::String

Returns the value of attribute lock_token.

Returns:

  • (::String)


801
802
803
# File 'sig/types.rbs', line 801

def lock_token
  @lock_token
end

#web_aclTypes::WebACL

Returns the value of attribute web_acl.

Returns:



800
801
802
# File 'sig/types.rbs', line 800

def web_acl
  @web_acl
end