Class: Aws::Types::ListDistributionsByWebACLIdRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2483
2484
2485
# File 'sig/types.rbs', line 2483

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


2484
2485
2486
# File 'sig/types.rbs', line 2484

def max_items
  @max_items
end

#web_acl_id::String

Returns the value of attribute web_acl_id.

Returns:

  • (::String)


2485
2486
2487
# File 'sig/types.rbs', line 2485

def web_acl_id
  @web_acl_id
end