Sha256: 4ba4e8370ec50f1413a98fced6c8176c173c51fa12c05122863ab1c1e6c6afab
Contents?: true
Size: 595 Bytes
Versions: 16
Compression:
Stored size: 595 Bytes
Contents
package aws // ExecutionEnvironmentID is the AWS execution environment runtime identifier. type ExecutionEnvironmentID string // RuntimeEnvironment is a collection of values that are determined at runtime // based on the environment that the SDK is executing in. Some of these values // may or may not be present based on the executing environment and certain SDK // configuration properties that drive whether these values are populated.. type RuntimeEnvironment struct { EnvironmentIdentifier ExecutionEnvironmentID Region string EC2InstanceMetadataRegion string }
Version data entries
16 entries across 16 versions & 1 rubygems