Skip to content

Resource#

Mypy_boto3_builder Index / Mypy Boto3 Builder / Structures / Resource

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

Resource#

Show source in resource.py:16

Boto3 ServiceResource sub-Resource.

Signature#

class Resource(ClassRecord):
    def __init__(self, name: str, service_name: ServiceName): ...

See also#

Show source in resource.py:30

Link to boto3 docs.

Signature#

@property
def boto3_doc_link(self) -> str: ...

Resource().iterate_types#

Show source in resource.py:37

Iterate over all type annotations from collections.

Signature#

def iterate_types(self) -> Iterator[FakeAnnotation]: ...

See also#