Collection

Auto-generated documentation for mypy_boto3_builder.structures.collection module.

Boto3 ServiceResource or Resource collection.

Collection

[find in source code]

class Collection(ClassRecord):
    def __init__(
        name: str,
        attribute_name: str,
        parent_name: str,
        service_name: ServiceName,
        type_annotation: FakeAnnotation,
        object_class_name: str,
    ):

Boto3 ServiceResource or Resource collection.

See also

[find in source code]

@property
def boto3_doc_link() -> str:

Link to boto3 docs.

Collection().iterate_types

[find in source code]

def iterate_types() -> Iterator[FakeAnnotation]:

Iterate over all type annotations.

See also