Class: Aws::Types::InvalidationList

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#is_truncatedBoolean

Returns the value of attribute is_truncated.

Returns:

  • (Boolean)


2119
2120
2121
# File 'sig/types.rbs', line 2119

def is_truncated
  @is_truncated
end

#items::Array[Types::InvalidationSummary]

Returns the value of attribute items.

Returns:



2121
2122
2123
# File 'sig/types.rbs', line 2121

def items
  @items
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2116
2117
2118
# File 'sig/types.rbs', line 2116

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


2118
2119
2120
# File 'sig/types.rbs', line 2118

def max_items
  @max_items
end

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


2117
2118
2119
# File 'sig/types.rbs', line 2117

def next_marker
  @next_marker
end

#quantity::Integer

Returns the value of attribute quantity.

Returns:

  • (::Integer)


2120
2121
2122
# File 'sig/types.rbs', line 2120

def quantity
  @quantity
end