Class: Aws::Types::ExportOptions
- Inherits:
-
Object
- Object
- Aws::Types::ExportOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#include_references_deep ⇒ Boolean
Returns the value of attribute include_references_deep.
-
#objects ⇒ ::Array[Types::SavedObjectIdentifier]
Returns the value of attribute objects.
-
#types ⇒ ::Array[::String]
Returns the value of attribute types.
Instance Attribute Details
#include_references_deep ⇒ Boolean
Returns the value of attribute include_references_deep.
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.
1224 1225 1226 |
# File 'sig/types.rbs', line 1224 def objects @objects end |
#types ⇒ ::Array[::String]
Returns the value of attribute types.
1223 1224 1225 |
# File 'sig/types.rbs', line 1223 def types @types end |