Class: Aws::Types::FieldLevelEncryptionList

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#items::Array[Types::FieldLevelEncryptionSummary]

Returns the value of attribute items.



1348
1349
1350
# File 'sig/types.rbs', line 1348

def items
  @items
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


1346
1347
1348
# File 'sig/types.rbs', line 1346

def max_items
  @max_items
end

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


1345
1346
1347
# File 'sig/types.rbs', line 1345

def next_marker
  @next_marker
end

#quantity::Integer

Returns the value of attribute quantity.

Returns:

  • (::Integer)


1347
1348
1349
# File 'sig/types.rbs', line 1347

def quantity
  @quantity
end