Attribute
Auto-generated documentation for builder.mypy_boto3_builder.structures.attribute module.
Class or module attribute.
- mypy-boto3 / Modules /
Builder/ Mypy Boto3 Builder / Structures / Attribute
Attribute
dataclass
class Attribute():
Class or module attribute.
Attributes
name- Attribute name.type- Attribute type annotation.value- Attribute value.
Attribute().get_types
def get_types() -> Set[FakeAnnotation]:
Return all type annotations used.
Returns
A set of type annotations.