Class: Aws::Types::CollapseConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#document_attribute_key::String

Returns the value of attribute document_attribute_key.

Returns:

  • (::String)


244
245
246
# File 'sig/types.rbs', line 244

def document_attribute_key
  @document_attribute_key
end

#expandBoolean

Returns the value of attribute expand.

Returns:

  • (Boolean)


247
248
249
# File 'sig/types.rbs', line 247

def expand
  @expand
end

#expand_configurationTypes::ExpandConfiguration

Returns the value of attribute expand_configuration.



248
249
250
# File 'sig/types.rbs', line 248

def expand_configuration
  @expand_configuration
end

#missing_attribute_key_strategy"IGNORE", ...

Returns the value of attribute missing_attribute_key_strategy.

Returns:

  • ("IGNORE", "COLLAPSE", "EXPAND")


246
247
248
# File 'sig/types.rbs', line 246

def missing_attribute_key_strategy
  @missing_attribute_key_strategy
end

#sorting_configurations::Array[Types::SortingConfiguration]

Returns the value of attribute sorting_configurations.

Returns:



245
246
247
# File 'sig/types.rbs', line 245

def sorting_configurations
  @sorting_configurations
end