GetLaunchTemplateBlockDeviceMappingEb class
Constructors
-
GetLaunchTemplateBlockDeviceMappingEb({required Input<
String> deleteOnTermination, required Input<String> encrypted, required Input<int> iops, required Input<String> kmsKeyId, required Input<String> snapshotId, required Input<int> throughput, required Input<int> volumeInitializationRate, required Input<int> volumeSize, required Input<String> volumeType}) -
Creates a new GetLaunchTemplateBlockDeviceMappingEb.
deleteOnTerminationRequired.encryptedRequired.iopsRequired.kmsKeyIdRequired.snapshotIdRequired.throughputRequired.volumeInitializationRateRequired.volumeSizeRequired.volumeTypeRequired.const -
GetLaunchTemplateBlockDeviceMappingEb.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
deleteOnTermination
→ Input<
String> -
final
-
encrypted
→ Input<
String> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
iops
→ Input<
int> -
final
-
kmsKeyId
→ Input<
String> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
snapshotId
→ Input<
String> -
final
-
throughput
→ Input<
int> -
final
-
volumeInitializationRate
→ Input<
int> -
final
-
volumeSize
→ Input<
int> -
final
-
volumeType
→ Input<
String> -
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited