Class: Aws::Types::FieldLevelEncryptionProfileList

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::FieldLevelEncryptionProfileSummary]

Returns the value of attribute items.



1381
1382
1383
# File 'sig/types.rbs', line 1381

def items
  @items
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


1379
1380
1381
# File 'sig/types.rbs', line 1379

def max_items
  @max_items
end

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


1378
1379
1380
# File 'sig/types.rbs', line 1378

def next_marker
  @next_marker
end

#quantity::Integer

Returns the value of attribute quantity.

Returns:

  • (::Integer)


1380
1381
1382
# File 'sig/types.rbs', line 1380

def quantity
  @quantity
end