Class: Aws::Types::ExportOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#include_references_deepBoolean

Returns the value of attribute include_references_deep.

Returns:

  • (Boolean)


1225
1226
1227
# File 'sig/types.rbs', line 1225

def include_references_deep
  @include_references_deep
end

#objects::Array[Types::SavedObjectIdentifier]

Returns the value of attribute objects.

Returns:



1224
1225
1226
# File 'sig/types.rbs', line 1224

def objects
  @objects
end

#types::Array[::String]

Returns the value of attribute types.

Returns:

  • (::Array[::String])


1223
1224
1225
# File 'sig/types.rbs', line 1223

def types
  @types
end