GetDedicatedHostInstance class

Constructors

GetDedicatedHostInstance({required Input<String> instanceId, required Input<String> instanceType, required Input<String> ownerId})
Creates a new GetDedicatedHostInstance. instanceId The ID of the instance running on the Dedicated Host. instanceType The instance type of the running instance. ownerId The ID of the AWS account that owns the instance.
const
GetDedicatedHostInstance.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
instanceId → Input<String>
The ID of the instance running on the Dedicated Host.
final
instanceType → Input<String>
The instance type of the running instance.
final
ownerId → Input<String>
The ID of the AWS account that owns the instance.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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