@Generated(value="jsii-pacmak/0.22.0 (build 14afdde)", date="2020-03-16T08:55:15.917Z") @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) String getName()
Standardized values are provided by the Facts class.
EXPERIMENTAL
@Stability(value=Experimental) String getRegion()
EXPERIMENTAL
@Stability(value=Experimental) String getValue()
EXPERIMENTAL
Copyright © 2020. All rights reserved.