MCPcopy Create free account
hub / github.com/aws/aws-cli / test_can_gen_recursive_structure

Method test_can_gen_recursive_structure

tests/unit/test_argprocess.py:730–732  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

728 )
729
730 def test_can_gen_recursive_structure(self):
731 argument = self.get_param_model('dynamodb.PutItem.Item')
732 generated_example = self.get_generated_example_for(argument)
733
734 def test_can_document_nested_structs(self):
735 argument = self.get_param_model('ec2.RunInstances.BlockDeviceMappings')

Callers

nothing calls this directly

Calls 2

get_param_modelMethod · 0.80

Tested by

no test coverage detected