@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-07-12T14:11:26.747Z") @Stability(value=Stable) public interface Attribute extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Attribute.Builder
A builder for
Attribute |
static class |
Attribute.Jsii$Proxy
An implementation for
Attribute |
| Modifier and Type | Method and Description |
|---|---|
static Attribute.Builder |
builder() |
String |
getName()
The name of an attribute.
|
AttributeType |
getType()
The data type of an attribute.
|
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull AttributeType getType()
@Stability(value=Stable) static Attribute.Builder builder()
Attribute.Builder of AttributeCopyright © 2021. All rights reserved.