@Generated(value="jsii-pacmak/1.7.0 (build 179a3a5)", date="2020-07-02T17:20:28.052Z") @Stability(value=Experimental) public interface IFact extends software.amazon.jsii.JsiiSerializable
EXPERIMENTAL
| Modifier and Type | Interface and Description |
|---|---|
static class |
IFact.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The name of this fact.
|
String |
getRegion()
The region for which this fact applies.
|
String |
getValue()
The value of this fact.
|
@Stability(value=Experimental) @NotNull String getName()
Standardized values are provided by the Facts class.
EXPERIMENTAL
@Stability(value=Experimental) @NotNull String getRegion()
EXPERIMENTAL
@Stability(value=Experimental) @NotNull String getValue()
EXPERIMENTAL
Copyright © 2020. All rights reserved.