Class: Aws::Types::AssociateDistributionWebACLRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


106
107
108
# File 'sig/types.rbs', line 106

def id
  @id
end

#if_match::String

Returns the value of attribute if_match.

Returns:

  • (::String)


108
109
110
# File 'sig/types.rbs', line 108

def if_match
  @if_match
end

#web_acl_arn::String

Returns the value of attribute web_acl_arn.

Returns:

  • (::String)


107
108
109
# File 'sig/types.rbs', line 107

def web_acl_arn
  @web_acl_arn
end