Class: Aws::Types::AssociateDistributionTenantWebACLRequest

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)


92
93
94
# File 'sig/types.rbs', line 92

def id
  @id
end

#if_match::String

Returns the value of attribute if_match.

Returns:

  • (::String)


94
95
96
# File 'sig/types.rbs', line 94

def if_match
  @if_match
end

#web_acl_arn::String

Returns the value of attribute web_acl_arn.

Returns:

  • (::String)


93
94
95
# File 'sig/types.rbs', line 93

def web_acl_arn
  @web_acl_arn
end