Class GetAmiBlockDeviceMappingResult
Inheritance
System.Object
GetAmiBlockDeviceMappingResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetAmiBlockDeviceMappingResult
Fields
View SourceDeviceName
Declaration
public readonly string DeviceName
Field Value
| Type | Description |
|---|---|
| System.String |
Ebs
Declaration
public readonly ImmutableDictionary<string, object> Ebs
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
NoDevice
Declaration
public readonly string NoDevice
Field Value
| Type | Description |
|---|---|
| System.String |
VirtualName
Declaration
public readonly string VirtualName
Field Value
| Type | Description |
|---|---|
| System.String |