Class: Aws::Types::ListInvalidationsForDistributionTenantRequest

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)


2554
2555
2556
# File 'sig/types.rbs', line 2554

def id
  @id
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2555
2556
2557
# File 'sig/types.rbs', line 2555

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


2556
2557
2558
# File 'sig/types.rbs', line 2556

def max_items
  @max_items
end